mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +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
|
||||
vendor/closure-compiler
|
||||
vendor/uglifyjs
|
||||
coverage/index.html
|
||||
coverage/*.json
|
||||
coverage/lodash/vendor
|
||||
|
||||
@@ -6,9 +6,7 @@
|
||||
*.md
|
||||
bower.json
|
||||
component.json
|
||||
coverage
|
||||
doc
|
||||
Gruntfile.js
|
||||
perf
|
||||
test
|
||||
vendor/*.gz
|
||||
|
||||
@@ -2,6 +2,7 @@ language: node_js
|
||||
node_js:
|
||||
- 0.6
|
||||
- 0.9
|
||||
- 0.10
|
||||
env:
|
||||
- TEST_COMMAND="istanbul cover ./test/test.js"
|
||||
- TEST_COMMAND="phantomjs ./test/test.js ../dist/lodash.compat.js"
|
||||
|
||||
Reference in New Issue
Block a user