Upgrade Node to v10 on Travis (#1850)

This commit is contained in:
Ryan Dahl 2019-02-27 15:28:45 -05:00 committed by GitHub
parent d4e3bf945d
commit 19d4ba70f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,8 +32,8 @@ install:
# Because prebuilt/ is cached, we need to manually reset changes that might
# happen to the sha1 files here.
- git checkout -- prebuilt
- nvm install v8
- nvm use --delete-prefix v8
- nvm install v10
- nvm use --delete-prefix v10
- node -v
- |-
# Install Rust.