Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save netdesignr/e5842b1c0ee67045a840d4496d3a9d7f to your computer and use it in GitHub Desktop.
Save netdesignr/e5842b1c0ee67045a840d4496d3a9d7f to your computer and use it in GitHub Desktop.
Outdated npm version in Travis CI - eslint - babel
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