Skip to content

Commit 41e4bfb

Browse files
committed
Don't install npm 3 on Travis
1 parent 0cc8af3 commit 41e4bfb

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
@@ -15,7 +15,7 @@ before_install:
1515
echo "Only docs were updated, stopping build process."
1616
exit
1717
fi
18-
npm install -g npm
18+
npm install -g npm@latest-2
1919
script:
2020
- |
2121
if [ "$TEST_TYPE" = build_website ]; then

0 commit comments

Comments
 (0)