Skip to content

Commit

Permalink
Merge pull request jwtk#239 from jwtk/travis_fix
Browse files Browse the repository at this point in the history
Travis fix
  • Loading branch information
dogeared committed Jul 25, 2017
2 parents ac73b1c + d298940 commit 8797f1d
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,11 @@
# https://travis-ci.org/jwtk/jjwt

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:
- openjdk7
- oraclejdk8

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

0 comments on commit 8797f1d

Please sign in to comment.