You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.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