選択できるのは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