Skip to content
This repository was archived by the owner on Sep 25, 2020. It is now read-only.

Commit 251fb74

Browse files
author
Aleksey Smolenchuk
committed
do not install latest npm for travis
1 parent 9166bfd commit 251fb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ node_js:
33
- "0.8"
44
- "0.10"
55
- "0.11"
6-
before_install: npm i npm@latest -g
6+
before_install: npm i npm@~1.4.6 -g
77
script: npm run travis

0 commit comments

Comments
 (0)