Skip to content

Commit

Permalink
fix 0.8 build
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestalmage committed Jul 16, 2015
1 parent ba583f1 commit ac68ea5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,9 @@ node_js:
- '0.8'

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


after_script:
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
Expand Down

0 comments on commit ac68ea5

Please sign in to comment.