Skip to content

Commit

Permalink
Updated travis file to reference jdk per https://docs.travis-ci.com/u…
Browse files Browse the repository at this point in the history
  • Loading branch information
dogeared committed Jul 25, 2017
1 parent ac73b1c commit f62c7ce
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,9 @@ dist: trusty
sudo: required

language: java

matrix:
include:
- jdk: oraclejdk8
addons:
apt:
packages:
- oracle-java8-installer
- jdk: oraclejdk7
addons:
apt:
packages:
- oracle-java7-installer
jdk:
- oraclejdk7
- oraclejdk8

before_install:
- export BUILD_COVERAGE="$([ $TRAVIS_JDK_VERSION == 'oraclejdk8' ] && echo 'true')"
Expand Down

0 comments on commit f62c7ce

Please sign in to comment.