mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-13 10:11:01 +00:00
Nvm install in .travis.yml
The one in travis.sh was failing:
./travis.sh: line 56: nvm: command not found
The command "./travis.sh" exited with 127.
This commit is contained in:
@@ -20,5 +20,6 @@ matrix:
|
||||
env: CLIPPY=true
|
||||
- rust: nightly
|
||||
env: EMSCRIPTEN=true
|
||||
script: nvm install 9 && ./travis.sh
|
||||
|
||||
script: ./travis.sh
|
||||
|
||||
Reference in New Issue
Block a user