Skip to content

Commit

Permalink
Fix travis for older versions of node
Browse files Browse the repository at this point in the history
Remove `npm install -g npm` from `.travis.yml` as it is updating to a version of npm that isn't compatible with older versions of node
  • Loading branch information
richjharris committed May 31, 2017
1 parent c774802 commit a5411ac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ node_js:
- "4.0"
- "stable"

before_install:
- npm install -g npm

script:
- npm test
- ./node_modules/.bin/jshint lib

0 comments on commit a5411ac

Please sign in to comment.