Skip to content

Commit

Permalink
Revert ee87f19
Browse files Browse the repository at this point in the history
  • Loading branch information
tejasmanohar committed Nov 5, 2015
1 parent c7311e0 commit 9c6568f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Expand Up @@ -5,7 +5,4 @@ node_js:
- "4"
- "5"
before_script: npm run lint
script: ./node_modules/.bin/istanbul cover ./node_modules/.bin/nodeunit test
&& cat ./coverage/lcov.info
| ./node_modules/.bin/coveralls && rm -rf ./coverage
&& npm run lint
script: ./node_modules/.bin/istanbul cover ./node_modules/.bin/nodeunit test && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
],
"main": "./lib/schedule.js",
"scripts": {
"test": "nodeunit && npm run lint",
"test": "nodeunit",
"lint": "eslint lib"
},
"author": {
Expand Down

0 comments on commit 9c6568f

Please sign in to comment.