mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Don't install npm 3 on Travis
This commit is contained in:
+1
-1
@@ -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