Skip to content

Commit

Permalink
Upgrade npm if running on Node 0.8 on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed Apr 6, 2015
1 parent b24d0fa commit ed70f8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -8,3 +8,6 @@ node_js:

services:
- redis-server

before_install:
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@~1.4.0'

0 comments on commit ed70f8f

Please sign in to comment.