Skip to content

Commit

Permalink
fixed travis task
Browse files Browse the repository at this point in the history
  • Loading branch information
John Agan committed Apr 17, 2017
1 parent 9c1cf13 commit 25d9de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"scripts": {
"test": "mocha",
"test:watch": "npm run test -- --watch",
"test-travis": "istanbul cover _mocha -- -R spec ./test/*_spec.js"
"test-travis": "istanbul cover _mocha -- -R spec ./test/*.js"
},
"dependencies": {
"glob": "^7.1.1"
Expand Down

0 comments on commit 25d9de9

Please sign in to comment.