Merge pull request #4904 from spicyj/npm-2

Don't install npm 3 on Travis
This commit is contained in:
Ben Alpert
2015-09-17 21:23:41 -07:00

View File

@@ -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