Eliminate npm tests (RIPD-1369)

Remove mention of npm tests in developer docs. Eliminate `npm test` from
automation and ci scripts.
This commit is contained in:
Mike Ellery
2016-12-21 15:02:52 -08:00
committed by Nik Bougalis
parent 698ea58b39
commit e3ff30657c
64 changed files with 16 additions and 24219 deletions

View File

@@ -53,11 +53,6 @@ if [ -x $HOME/bin/g++ ]; then
$HOME/bin/g++ -v
fi
# Avoid `spurious errors` caused by ~/.npm permission issues
# Does it already exist? Who owns? What permissions?
ls -lah ~/.npm || mkdir ~/.npm
# Make sure we own it
chown -Rc $USER ~/.npm
pip install --user https://github.com/codecov/codecov-python/archive/master.zip
bash bin/sh/install-boost.sh