您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910111213141516171819
  1. language: java
  2. jdk:
  3. - openjdk7
  4. - oraclejdk7
  5. - oraclejdk8
  6. before_install: "mvn clean install -DskipTests=true -B -V -Pci-build"
  7. script: "mvn clean install -B -V -Pit-js -Pci-build"
  8. cache:
  9. directories:
  10. - $HOME/.m2
  11. branches:
  12. except:
  13. - gh-pages
  14. notifications:
  15. email:
  16. - olamy@apache.org