Browse Source

tools: remove obsolete npm test-legacy command

v4.x
Kat Marchán 9 years ago
committed by Myles Borins
parent
commit
4e6ea7f01a
  1. 1
      tools/test-npm.sh

1
tools/test-npm.sh

@ -31,7 +31,6 @@ export npm_config_tmp="npm-tmp"
# install npm devDependencies and run npm's tests
../$NODE cli.js install --ignore-scripts
../$NODE cli.js run-script test-legacy
../$NODE cli.js run-script test
# clean up everything one single shot

Loading…
Cancel
Save