Skip to content

Commit

Permalink
chore: cleanup travis condition
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Feb 5, 2019
1 parent 44c8c2c commit 4188fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -14,4 +14,4 @@ matrix:
- os: windows
node_js: "4"
before_install:
- if [ $TRAVIS_OS_NAME != 'windows' ]; nvm install-latest-npm; elif [[ `npm -v` == 2.* ]]; then npm install --global npm@3; fi
- if [[ $TRAVIS_OS_NAME != 'windows' ] && [ `npm -v` == 2.* ]]; nvm install-latest-npm; fi

0 comments on commit 4188fd7

Please sign in to comment.