aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: b177290b86df1f2095ca9c657f2c54f9ebe821d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
language: java
sudo: false
install: true

jdk:
  - oraclejdk7

env:
  - JOB=H2
  - JOB=POSTGRES
  - JOB=MYSQL
  - JOB=WEB
  - JOB=ITS IT_CATEGORY=issue
  - JOB=ITS IT_CATEGORY=analysis
  - JOB=ITS IT_CATEGORY=administration
  - JOB=ITS IT_CATEGORY=batch
  - JOB=ITS IT_CATEGORY=server
  - JOB=ITS IT_CATEGORY=plugins
  - JOB=ITS IT_CATEGORY=qualitygate
  - JOB=ITS IT_CATEGORY=updatecenter

matrix:
  fast_finish: true

script:
  - ./travis.sh

cache:
  directories:
    - '$HOME/.m2/repository'
    - 'server/sonar-web/node'
    - 'server/sonar-web/node_modules'

before_cache:
  - 'rm -rf $HOME/.m2/repository/org/codehaus/sonar'
  - 'rm -f server/sonar-web/npm-debug.log'

notifications:
  email: false