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

12345678910111213141516171819202122
  1. language: java
  2. sudo: false
  3. jdk:
  4. - oraclejdk7
  5. install: true
  6. script: ./travis.sh
  7. env:
  8. matrix:
  9. - PR_ANALYSIS=true
  10. - RUN_ITS=true SQ_VERSION=DEV
  11. - RUN_ITS=true SQ_VERSION=5.1.2
  12. - RUN_ITS=true SQ_VERSION=LTS
  13. cache:
  14. directories:
  15. - '$HOME/.m2/repository'
  16. notifications:
  17. email: false