mirror of
https://github.com/denoland/deno.git
synced 2024-12-28 18:19:08 -05:00
Upgrade Node to v10 on Travis (#1850)
This commit is contained in:
parent
d4e3bf945d
commit
19d4ba70f7
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ install:
|
||||||
# Because prebuilt/ is cached, we need to manually reset changes that might
|
# Because prebuilt/ is cached, we need to manually reset changes that might
|
||||||
# happen to the sha1 files here.
|
# happen to the sha1 files here.
|
||||||
- git checkout -- prebuilt
|
- git checkout -- prebuilt
|
||||||
- nvm install v8
|
- nvm install v10
|
||||||
- nvm use --delete-prefix v8
|
- nvm use --delete-prefix v10
|
||||||
- node -v
|
- node -v
|
||||||
- |-
|
- |-
|
||||||
# Install Rust.
|
# Install Rust.
|
||||||
|
|
Loading…
Reference in a new issue