aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 0527f8271c16ac7050581f1dbc3be984b5c18a70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
language: java
sudo: false

jdk:
  - oraclejdk7

install: true
script: ./travis.sh

env:
  matrix:
    - TARGET=CI
    - TARGET=IT SQ_VERSION=DEV
    - TARGET=IT SQ_VERSION=5.1.2
    - TARGET=IT SQ_VERSION=LTS

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

notifications:
  email: false