aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--package.json2
2 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3c1101c..3997c54 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,3 +3,5 @@ node_js:
- 0.8
- 0.9
- '0.10'
+script: make test-coveralls
+
diff --git a/package.json b/package.json
index e038c55..01cc789 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,7 @@
"url": "https://github.com/cainus/node-coveralls/issues"
},
"scripts": {
- "test": "make test-coveralls"
+ "test": "make test"
},
"bin": {
"coveralls": "./bin/coveralls.js"