We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8aa133 commit 495f4b8Copy full SHA for 495f4b8
.travis.yml
@@ -1,6 +1,9 @@
1
dist: xenial
2
language: scala
3
+before_install:
4
+ - nvm install 12.13.0
5
script:
6
+ - node -v
7
- ./run.sh $SCALA_BRANCH
8
scala:
9
# This is actually overridden by the run.sh script
0 commit comments