Created
July 6, 2017 09:05
-
-
Save netdesignr/e5842b1c0ee67045a840d4496d3a9d7f to your computer and use it in GitHub Desktop.
Outdated npm version in Travis CI - eslint - babel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
before_install: | |
- curl -s -o $HOME/.nvm/nvm.sh https://raw.githubusercontent.com/creationix/nvm/v0.31.0/nvm.sh | |
- source $HOME/.nvm/nvm.sh | |
- nvm install stable | |
- node --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment