Skip to content

Commit 8b47365

Browse files
committed
test on OpenJDK 8 and 11
`oraclejdk8` doesn't work anymore on Travis-CI, so PR validation wasn't working and then adding 11 is just a good thing in general
1 parent 27c9ec1 commit 8b47365

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ cache:
77
- $HOME/.sbt/boot/
88

99
jdk:
10-
- oraclejdk8
10+
- openjdk8
11+
- openjdk11
1112

1213
script:
1314
## This runs the template with the default parameters, and runs test within the templated app.

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.17
1+
sbt.version=0.13.18

0 commit comments

Comments
 (0)