aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: f62f80e8b03a0108193c1446d776b059a39b5c2e (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
language: java

# Skip "install" stage:
install: true

# Use container-based infrastructure:
sudo: false

addons:
  apt:
    packages:
      - openjdk-6-jdk

# Keep Maven local repository between builds:
cache:
  directories:
    - '$HOME/.m2/repository'

env:
  - JDK=5
  - JDK=6
  - JDK=7
  - JDK=8
  - JDK=8
    ECJ=true
  - JDK=8-ea
  - JDK=9
  - JDK=10-ea

matrix:
  allow_failures:
    - env: JDK=8-ea
    - env: JDK=10-ea

script: ./.travis.sh