install npm 3 on all travis builds

This commit is contained in:
Sebastian McKenzie 2016-02-17 04:59:02 +00:00
parent 39c9066e40
commit 4c6c80a3ab

View File

@ -41,6 +41,7 @@ test-cov: clean
./scripts/test-cov.sh ./scripts/test-cov.sh
test-ci: test-ci:
npm install -g npm@3
make lint make lint
NODE_ENV=test make bootstrap NODE_ENV=test make bootstrap
./scripts/test-cov.sh ./scripts/test-cov.sh