Skip to content

Commit 29b89de

Browse files
ashawleyshunjikonishi
authored andcommitted
Update Travis build to 2.13, and use openjdk
1 parent b6f027a commit 29b89de

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: scala
22

33
scala:
4-
- 2.10.7
5-
- 2.11.12
64
- 2.12.8
75
- 2.13.0
86

@@ -13,8 +11,7 @@ script:
1311
sudo: false
1412

1513
jdk:
16-
- oraclejdk8
17-
- openjdk11
14+
- openjdk8
1815

1916
before_cache:
2017
- find $HOME/.sbt -name "*.lock" | xargs rm

0 commit comments

Comments
 (0)