Skip to content
Snippets Groups Projects
Commit adb399ae authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

Update travis.yml to use node 4.2.4

parent f0eb95f2
No related branches found
No related tags found
No related merge requests found
...@@ -17,8 +17,8 @@ before_install: ...@@ -17,8 +17,8 @@ before_install:
- conda update --yes conda - conda update --yes conda
- conda info -a - conda info -a
## back to other dependencies ## back to other dependencies
- nvm install stable - nvm install v4.2.4
- nvm use stable - nvm use 4.2.4
- npm install -g grunt-cli - npm install -g grunt-cli
- npm --version - npm --version
- node --version - node --version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment