mirror of
https://github.com/denoland/deno.git
synced 2025-01-08 15:19:40 -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:
parent
4f4075307d
commit
fda7aaa10e
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@ cache:
|
||||||
- third_party/v8/build/linux/debian_sid_amd64-sysroot/
|
- third_party/v8/build/linux/debian_sid_amd64-sysroot/
|
||||||
- third_party/v8/third_party/llvm-build/
|
- third_party/v8/third_party/llvm-build/
|
||||||
install:
|
install:
|
||||||
|
- nvm install v8
|
||||||
|
- nvm use --delete-prefix v8
|
||||||
|
- node -v
|
||||||
- |-
|
- |-
|
||||||
# OS X: install a private copy of homebrew.
|
# OS X: install a private copy of homebrew.
|
||||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue