Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
remove Node.js 0.8 npm update command from Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Jun 8, 2017
1 parent 2289c04 commit 28ddb49
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ node_js:

install:
- PATH="`npm bin`:`npm bin -g`:$PATH"
# Node 0.8 comes with a too obsolete npm
- if [[ "`node --version`" =~ ^v0\.8\. ]]; then npm install -g npm@1.4.28 ; fi
# Install dependencies and build
- npm install

Expand Down

0 comments on commit 28ddb49

Please sign in to comment.