Skip to content

Commit

Permalink
Upgrade Node to v10 on Travis (denoland#1850)
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Feb 27, 2019
1 parent d4e3bf9 commit 19d4ba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -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.
Expand Down

0 comments on commit 19d4ba7

Please sign in to comment.