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"