Skip to content

Commit f765d49

Browse files
TATSUNO Yasuhirosjrd
TATSUNO Yasuhiro
authored andcommitted
Use OpenJDK on Travis. (#368)
Also specify an explicit Travis dist to avoid any auto-update breaking the build.
1 parent 159526a commit f765d49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sudo: false
1+
dist: xenial
22
language: scala
33
script:
44
- sbt ++$TRAVIS_SCALA_VERSION package doc example/compile
@@ -9,7 +9,7 @@ scala:
99
- 2.12.8
1010
- 2.13.0-RC1
1111
jdk:
12-
- oraclejdk8
12+
- openjdk8
1313
env:
1414
- SCALAJS_VERSION=0.6.27
1515
- SCALAJS_VERSION=1.0.0-M7

0 commit comments

Comments
 (0)