Drop Narwhal from test/run-test.sh and contributing text. [ci skip]

This commit is contained in:
John-David Dalton
2014-06-23 00:48:46 -07:00
parent b7b8ad7760
commit 4105b19f75
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
cd "$(dirname "$0")"
for cmd in rhino "rhino -require" narwhal ringo phantomjs; do
for cmd in rhino "rhino -require" ringo phantomjs; do
echo "Testing in $cmd..."
$cmd test.js ../dist/lodash.compat.js && $cmd test.js ../dist/lodash.compat.min.js
echo ""