Skip to content

Commit

Permalink
Removed lts arg for nvm node use.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattRedBox committed May 11, 2020
1 parent 5dc3947 commit 1da879e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install:
- nvm install 8 --lts
- curl -o- -L https://yarnpkg.com/install.sh | bash
- source ~/.bashrc
- nvm use 8 --lts
- nvm use 8
- yarn --version
- nvm --version
- node --version
Expand Down

0 comments on commit 1da879e

Please sign in to comment.