Skip to content

Commit

Permalink
Merge pull request #170 from xuwei-k/patch-1
Browse files Browse the repository at this point in the history
use openjdk instead of oraclejdk
  • Loading branch information
eed3si9n authored Sep 15, 2019
2 parents f8caf93 + 2b12545 commit 74e03af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ before_cache:
matrix:
include:
- env: SBT_VERSION="0.13.17"
jdk: oraclejdk8
jdk: openjdk8
- env: SBT_VERSION="1.1.5"
jdk: oraclejdk8
jdk: openjdk8
script:
- sbt "^^${SBT_VERSION}" test scripted

0 comments on commit 74e03af

Please # to comment.