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

View File

@@ -3,6 +3,7 @@ node_js:
- 0.6
- 0.9
env:
- TEST_COMMAND="istanbul cover ./test/test.js"
- TEST_COMMAND="phantomjs ./test/test.js ../dist/lodash.compat.js"
- TEST_COMMAND="phantomjs ./test/test.js ../dist/lodash.compat.min.js"
- TEST_COMMAND="node ./test/test.js ../dist/lodash.js"
@@ -16,5 +17,6 @@ branches:
before_script:
- "tar -xzvf vendor/closure-compiler.tar.gz -C vendor"
- "tar -xzvf vendor/uglifyjs.tar.gz -C vendor"
- "npm install -g istanbul"
script:
$TEST_COMMAND