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

.travis.yml 295B

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