You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
403 B
33 lines
403 B
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=9
|
|
- JDK=10
|
|
- JDK=11
|
|
- JDK=12
|
|
- JDK=13-ea
|
|
|
|
script: ./.travis.sh
|