1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00

Use node v8 on Travis.

Apparently OSX defaults to v6 and Linux to v8.
v6 does not properly run //js/testing due to async usage.
This commit is contained in:
Ryan Dahl 2018-10-11 19:32:57 -04:00
parent 4f4075307d
commit fda7aaa10e

View file

@ -30,6 +30,9 @@ cache:
- third_party/v8/build/linux/debian_sid_amd64-sysroot/
- third_party/v8/third_party/llvm-build/
install:
- nvm install v8
- nvm use --delete-prefix v8
- node -v
- |-
# OS X: install a private copy of homebrew.
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then