Skip to content

Commit

Permalink
try node 11
Browse files Browse the repository at this point in the history
  • Loading branch information
evq committed Aug 16, 2019
1 parent a7645f3 commit ddc7fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ env:
- CLIPPY: n
install:
- source $HOME/.nvm/nvm.sh
- nvm install 10
- nvm use 10
- nvm install 11
- nvm use 11
- curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
script: ./ci/travis.sh
notifications:
Expand Down

0 comments on commit ddc7fd4

Please sign in to comment.