Skip to content
This repository was archived by the owner on Apr 11, 2022. It is now read-only.

Commit b35dd7c

Browse files
committed
Switch to adoptopenjdk
1 parent 956a9a3 commit b35dd7c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
dist: trusty
22

3-
jdk: oraclejdk8
43
language: scala
54

5+
env:
6+
- TRAVIS_JDK=8
7+
8+
before_install: curl -Ls https://git.io/jabba | bash && . ~/.jabba/jabba.sh
69
install:
10+
- jabba install "adopt@~1.$TRAVIS_JDK.0-0" && jabba use "$_" && java -Xmx32m -version
711
- nvm install 7.9.0
812

913
script: sbt +test

0 commit comments

Comments
 (0)