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

jdk:
  - oraclejdk7

install: true
script: ./travis.sh

env:
  - TESTS=CI
  - TESTS=IT-DEV
  - TESTS=IT-DEV-SQ51
  - TESTS=IT-DEV-LTS

matrix:
  fast_finish: true

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

notifications:
  email: false