Skip to content

Commit

Permalink
Fixed mojohaus#28 (support jdk6 on travis trusty builds)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosslamont committed Sep 21, 2017
1 parent 761547c commit e374067
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ language: java
# Enable container-based infrastructure
# see http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false
addons:
apt:
packages:
- openjdk-6-jdk

jdk:
- openjdk6
- openjdk7
Expand Down

0 comments on commit e374067

Please sign in to comment.