Skip to content

Commit

Permalink
Fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdevel committed May 1, 2018
1 parent 33701f7 commit 2c66881
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,8 @@ node_js:
- "8.0"
- "7.0"
- "6.0"
- "5.0"
- "4.0"
notifications:
email:
on_success: "never"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Dependency Injection for JavaScript functions",
"main": "index.js",
"scripts": {
"cover": "npm run build && istanbul cover test.js",
"cover": "istanbul cover test.js",
"coveralls": "cat ./coverage/lcov.info | coveralls -v",
"test": "node test.js"
},
Expand Down

0 comments on commit 2c66881

Please sign in to comment.