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.

1234567891011121314151617181920212223242526272829303132333435363738
  1. language: java
  2. sudo: false
  3. install: true
  4. jdk:
  5. - oraclejdk7
  6. env:
  7. - JOB=H2
  8. - JOB=POSTGRES
  9. - JOB=MYSQL
  10. - JOB=WEB
  11. - JOB=ITS IT_CATEGORY=issue
  12. - JOB=ITS IT_CATEGORY=analysis
  13. - JOB=ITS IT_CATEGORY=administration
  14. - JOB=ITS IT_CATEGORY=server
  15. - JOB=ITS IT_CATEGORY=plugins
  16. - JOB=ITS IT_CATEGORY=qualitygate
  17. - JOB=ITS IT_CATEGORY=updatecenter
  18. matrix:
  19. fast_finish: true
  20. script:
  21. - ./travis.sh
  22. cache:
  23. directories:
  24. - '$HOME/.m2/repository'
  25. - 'server/sonar-web/node'
  26. - 'server/sonar-web/node_modules'
  27. before_cache:
  28. - 'rm -rf $HOME/.m2/repository/org/codehaus/sonar'
  29. - 'rm -f server/sonar-web/npm-debug.log'
  30. notifications:
  31. email: false