Cleanup .travis and .ignore files.

Former-commit-id: 268e1eb34f30581ed1a36236970673f389f94bb3
This commit is contained in:
John-David Dalton
2013-06-03 07:59:44 -07:00
parent 13ead0085d
commit 34a4876761
3 changed files with 1 additions and 5 deletions

3
.gitignore vendored
View File

@@ -6,6 +6,3 @@
node_modules
vendor/closure-compiler
vendor/uglifyjs
coverage/index.html
coverage/*.json
coverage/lodash/vendor

View File

@@ -6,9 +6,7 @@
*.md
bower.json
component.json
coverage
doc
Gruntfile.js
perf
test
vendor/*.gz

View File

@@ -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"