remove npm3 kcheck hack

This commit is contained in:
Sebastian McKenzie 2016-02-17 05:22:53 +00:00
parent 6b4f2dfc19
commit e9f19e1097

View File

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