Files
lodash/.travis.yml
John-David Dalton 8a03c5f998 Make travis-ci tests go right up to the max run time.
Former-commit-id: 15124a63d530c416ad1974898b7c1e3ee53c58a6
2013-02-02 01:14:06 -08:00

19 lines
399 B
YAML

language: node_js
node_js:
- 0.6
- 0.9
env:
- TEST_COMMAND="node ./test/test.js"
- TEST_COMMAND="node ./test/test.js ./lodash.min.js"
- TEST_COMMAND="node ./test/test-build.js --time-limit 49m45s"
git:
depth: 1
branches:
only:
- master
before_script:
- "tar -xzvf vendor/closure-compiler.tar.gz -C vendor"
- "tar -xzvf vendor/uglifyjs.tar.gz -C vendor"
script:
$TEST_COMMAND