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

123456789101112131415161718192021222324
  1. language: java
  2. sudo: false
  3. jdk:
  4. - oraclejdk7
  5. install: true
  6. script: ./travis.sh
  7. env:
  8. - TESTS=CI
  9. - TESTS=IT-DEV
  10. - TESTS=IT-DEV-SQ51
  11. - TESTS=IT-DEV-LTS
  12. matrix:
  13. fast_finish: true
  14. cache:
  15. directories:
  16. - '$HOME/.m2/repository'
  17. notifications:
  18. email: false