Skip to content

Commit

Permalink
Fix setting node version for test
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerun committed Mar 28, 2018
1 parent 676a594 commit 126dded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -38,6 +38,6 @@ matrix:
- env: "NODE_VERSION=7"

script:
- nvm use $TRAVIS_NODE_VERSION
- nvm use $TEST_NODE_VERSION
- node --version && npm --version && git --version && svn --version | head -n 1
- grunt travis

0 comments on commit 126dded

Please sign in to comment.