Skip to content

Commit b116989

Browse files
committed
Remove upgrade to npm 3 in Travis
1 parent aedc176 commit b116989

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ node_js:
66
cache:
77
directories:
88
- node_modules
9-
before_install:
10-
- if [[ $(npm --version) == 2* ]]; then npm install -g npm@latest-3; fi
119
after_success:
1210
- npm i -g coveralls
1311
- cat coverage/remapped/lcov.info | coveralls

0 commit comments

Comments
 (0)