Skip to content

Commit

Permalink
Forget this node 0.11 stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
smitelli committed Apr 13, 2015
1 parent 24cdf0d commit 5f969f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
script: npm run-script ci
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.1.0",
"author": "Scott Smitelli <scott@smitelli.com>",
"scripts": {
"ci": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec && sleep 10 && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"ci": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha",
"test": "./node_modules/.bin/mocha"
},
Expand Down

0 comments on commit 5f969f9

Please sign in to comment.