aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 3e5439853177daa1d475922bd47a5d9cf5405fb8 (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
language: java
sudo: false
install: true

jdk:
  - oraclejdk8

env:
  - JOB=H2
  - JOB=POSTGRES
  - JOB=MYSQL
  - JOB=WEB
  - JOB=PRANALYSIS
  - JOB=ITS_QUALITYGATE
  - JOB=ITS_UPDATECENTER
  - JOB=ITS_TESTING

script:
  - ./travis.sh

after_failure: find . -name "*-output.txt" | xargs cat

cache:
  directories:
    - '$HOME/.m2/repository'

before_cache:
  - 'rm -rf $HOME/.m2/repository/org/codehaus/sonar'

notifications:
  email: false