Skip to content

Commit

Permalink
Merge pull request #5 from thepeachbeetle/master
Browse files Browse the repository at this point in the history
merge with upstream
  • Loading branch information
thepeachbeetle committed Jul 27, 2017
2 parents aebb76f + f3d037e commit 7bb498f
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 7bb498f

Please sign in to comment.