Move istanbul to travis.yml.

Former-commit-id: 6d38406eafbfc880c0b5aabf853c987c65f03482
This commit is contained in:
John-David Dalton
2013-05-30 03:38:55 -04:00
parent 36e9cb7108
commit dc3512de9f
7 changed files with 20 additions and 17950 deletions

18
test/run-rest.sh Normal file
View File

@@ -0,0 +1,18 @@
cd "$(dirname "$0")"
for cmd in rhino "rhino -require" narwhal ringo phantomjs; do
echo "Testing in $cmd..."
$cmd test.js ../dist/lodash.compat.js && $cmd test.js ../dist/lodash.compat.min.js
echo ""
done
echo "Testing in node..."
node test.js ../dist/lodash.js && node test.js ../dist/lodash.min.js
echo ""
echo "Testing build..."
node test-build.js
echo ""
echo "Testing in a browser..."
open index.html