mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 11:27:50 +00:00
Cleanup .travis and .ignore files.
Former-commit-id: 268e1eb34f30581ed1a36236970673f389f94bb3
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -6,6 +6,3 @@
|
|||||||
node_modules
|
node_modules
|
||||||
vendor/closure-compiler
|
vendor/closure-compiler
|
||||||
vendor/uglifyjs
|
vendor/uglifyjs
|
||||||
coverage/index.html
|
|
||||||
coverage/*.json
|
|
||||||
coverage/lodash/vendor
|
|
||||||
|
|||||||
@@ -6,9 +6,7 @@
|
|||||||
*.md
|
*.md
|
||||||
bower.json
|
bower.json
|
||||||
component.json
|
component.json
|
||||||
coverage
|
|
||||||
doc
|
doc
|
||||||
Gruntfile.js
|
|
||||||
perf
|
perf
|
||||||
test
|
test
|
||||||
vendor/*.gz
|
vendor/*.gz
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ language: node_js
|
|||||||
node_js:
|
node_js:
|
||||||
- 0.6
|
- 0.6
|
||||||
- 0.9
|
- 0.9
|
||||||
|
- 0.10
|
||||||
env:
|
env:
|
||||||
- TEST_COMMAND="istanbul cover ./test/test.js"
|
- 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.js"
|
||||||
|
|||||||
Reference in New Issue
Block a user