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 178B

12345678910111213141516
  1. language: java
  2. sudo: false
  3. install: true
  4. jdk:
  5. - oraclejdk8
  6. script:
  7. - mvn verify -B -e -V
  8. cache:
  9. directories:
  10. - '$HOME/.m2/repository'
  11. notifications:
  12. email: false