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

123456789101112131415161718192021222324252627282930313233
  1. language: java
  2. sudo: false
  3. install: true
  4. jdk: oraclejdk7
  5. script: ./travis.sh
  6. env:
  7. - JOB=H2
  8. - JOB=POSTGRES
  9. - JOB=MYSQL
  10. - JOB=WEB
  11. - JOB=ITS IT_CATEGORY=batch
  12. - JOB=ITS IT_CATEGORY=plugins
  13. - JOB=ITS IT_CATEGORY=issue_analysis
  14. - JOB=ITS IT_CATEGORY=administration_qualitygate
  15. - JOB=ITS IT_CATEGORY=server_updatecenter
  16. matrix:
  17. fast_finish: true
  18. cache:
  19. directories:
  20. - '$HOME/.m2/repository'
  21. - 'server/sonar-web/node'
  22. - 'server/sonar-web/node_modules'
  23. before_cache:
  24. - 'find ~/.m2/repository -type d -name \*-SNAPSHOT -exec rm -rf {} \;'
  25. - 'find ~/.m2/repository -name maven-metadata-\* -exec rm {} \;'
  26. - 'find ~/.m2/repository -name resolver-status.properties -exec rm {} \;'
  27. notifications:
  28. email: false