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:
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/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
|
||||
|
|
Loading…
Reference in a new issue