Skip to content

Commit

Permalink
Fix Travis CI config
Browse files Browse the repository at this point in the history
Apparently Travis CI is moving to a new distribution that does not support all our JDKs so let's force it to use the old distribution.
  • Loading branch information
vdurmont committed Jul 30, 2017
1 parent 95c2eca commit b41cdfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
sudo: false
language: java
dist: precise
jdk:
- openjdk6
- oraclejdk7
Expand Down

0 comments on commit b41cdfa

Please sign in to comment.