mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Merge pull request #4904 from spicyj/npm-2
Don't install npm 3 on Travis
This commit is contained in:
@@ -15,7 +15,7 @@ before_install:
|
||||
echo "Only docs were updated, stopping build process."
|
||||
exit
|
||||
fi
|
||||
npm install -g npm
|
||||
npm install -g npm@latest-2
|
||||
script:
|
||||
- |
|
||||
if [ "$TEST_TYPE" = build_website ]; then
|
||||
|
||||
Reference in New Issue
Block a user