Remove build from this repo to move to lodash-cli.

Former-commit-id: 0f9e802dd744a97494a10537442a28aae40dc72a
This commit is contained in:
John-David Dalton
2013-08-27 23:28:45 -07:00
parent c6e2e33e87
commit 8f9c4cd217
17 changed files with 9 additions and 7895 deletions

View File

@@ -8,15 +8,12 @@ env:
- TEST_COMMAND="phantomjs ./test/test.js ../dist/lodash.compat.min.js"
- TEST_COMMAND="node ./test/test.js ../dist/lodash.js"
- TEST_COMMAND="node ./test/test.js ../dist/lodash.min.js"
- TEST_COMMAND="node ./test/test-build.js --time-limit 48m"
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"
- "npm install -g istanbul"
script:
$TEST_COMMAND