Skip to content

Commit d361b01

Browse files
committed
travis: install npm 3 - it is basically required for babel 6
1 parent 60c2ebe commit d361b01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ node_js:
33
- 'stable'
44
- '0.12'
55
- '0.10'
6+
before_install:
7+
- 'npm i -g npm@latest'
68
after_success:
79
- '[ -z "$COVERALLS_REPO_TOKEN" ] && tap --coverage-report=text-lcov | ./node_modules/.bin/coveralls'

0 commit comments

Comments
 (0)