Skip to content

Commit 9b866e9

Browse files
committed
Set node.js version in Travis
1 parent 7b040e3 commit 9b866e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,15 @@ matrix:
4949
- scala: 2.13.0-M5
5050
jdk: openjdk6
5151

52+
before_script:
53+
- nvm install 8
54+
- nvm use 8
55+
5256
script:
5357
# work around https://github.com/travis-ci/travis-ci/issues/9713
5458
- if [[ $JAVA_HOME = *java-6* ]]; then jdk_switcher use openjdk6; fi
5559
- java -version
60+
- node -v
5661
- admin/build.sh
5762

5863
before_cache:

0 commit comments

Comments
 (0)