選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

.travis.yml 240B

1234567891011121314151617
  1. language: java
  2. dist: xenial
  3. jdk:
  4. - openjdk8
  5. install: "mvn clean install -DskipTests=true -B -V -Pci-build"
  6. script: "mvn clean install -B -V -Pci-build"
  7. cache:
  8. directories:
  9. - $HOME/.m2
  10. branches:
  11. except:
  12. - gh-pages