Skip to content

Commit 495f4b8

Browse files
committed
Use Node.js v12, which is now necessary for BigInts.
1 parent b8aa133 commit 495f4b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
dist: xenial
22
language: scala
3+
before_install:
4+
- nvm install 12.13.0
35
script:
6+
- node -v
47
- ./run.sh $SCALA_BRANCH
58
scala:
69
# This is actually overridden by the run.sh script

0 commit comments

Comments
 (0)