diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-02-27 15:28:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-27 15:28:45 -0500 |
commit | 19d4ba70f7623422b49e1b6396c84275a63cbf8f (patch) | |
tree | bd62e5376abdb339cc696d6089e37c2a4dd180ca | |
parent | d4e3bf945d388ab9e8e5c1eef431332170d27e1b (diff) |
Upgrade Node to v10 on Travis (#1850)
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index b88093247..1f20afdbc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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. |