Skip to content

Commit

Permalink
Attempt to fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
magro committed Jan 27, 2018
1 parent b3ed64f commit 290be7d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
language: java

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

jdk:
- openjdk6
- oraclejdk7
- openjdk7
- oraclejdk8

Expand All @@ -18,4 +22,4 @@ env:
- secure: VowI35vSogCpbHhqkStwHdU3A9+0g3x3v4RiE6Ps6RH5Y4E0F5mD9MzrYloRGIWpbeLgw0azRVsM2nDufUIJgogWIOnxKxi4AqSo23VKcY6z/tN0kRgIfD+QuMbRmaUU6yIXaws3xjOXCHbLsBFBHeu0pGkB9e3qiMeJatj9bDo=

# use container
sudo: false
sudo: false

0 comments on commit 290be7d

Please sign in to comment.