From 34a4876761e5bc461f770c5b7dbe98121358aa8b Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Mon, 3 Jun 2013 07:59:44 -0700 Subject: [PATCH] Cleanup .travis and .ignore files. Former-commit-id: 268e1eb34f30581ed1a36236970673f389f94bb3 --- .gitignore | 3 --- .npmignore | 2 -- .travis.yml | 1 + 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 5bc084a2e..150de05ff 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,3 @@ node_modules vendor/closure-compiler vendor/uglifyjs -coverage/index.html -coverage/*.json -coverage/lodash/vendor diff --git a/.npmignore b/.npmignore index 8aa449cc7..c9ec59cef 100644 --- a/.npmignore +++ b/.npmignore @@ -6,9 +6,7 @@ *.md bower.json component.json -coverage doc -Gruntfile.js perf test vendor/*.gz diff --git a/.travis.yml b/.travis.yml index 270983e87..458651f2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"