Skip to content

Commit

Permalink
travis: install npm 3 - it is basically required for babel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestalmage committed Dec 22, 2015
1 parent a4adf9e commit 459b362
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ node_js:
- 'stable'
- '0.12'
- '0.10'
before_install:
- 'npm i -g npm@latest'
after_success:
- '[ -z "$COVERALLS_REPO_TOKEN" ] && tap --coverage-report=text-lcov | ./node_modules/.bin/coveralls'

0 comments on commit 459b362

Please sign in to comment.