Don't install npm 3 on Travis

This commit is contained in:
Ben Alpert
2015-09-17 17:36:11 -07:00
parent 0cc8af37c3
commit 41e4bfb41a
+1 -1
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