Skip to content

Commit c9f510e

Browse files
authored
Merge pull request #17 from SethTisue/jdk
test on OpenJDK 8 and 11
2 parents 27c9ec1 + 8b47365 commit c9f510e

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)