Skip to content

Commit

Permalink
Merge pull request #3 from sul-dlss/travis-fix
Browse files Browse the repository at this point in the history
update travis config
  • Loading branch information
shelleydoljack authored Nov 6, 2017
2 parents 06a98bc + b2fab65 commit 2ecc3f5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
language: java
script: "ant ci"
addons:
apt:
packages:
- openjdk-6-jdk
- ant
jdk:
# prod, test: Java HostSpot 64-bit Server VM;
# Java(TM) SE Runtime Environment (build 1.6.0_33-b03)
- openjdk6
- openjdk7
- oraclejdk7
- oraclejdk8

0 comments on commit 2ecc3f5

Please sign in to comment.