aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcainus <[email protected]>2013-06-20 06:59:22 -0700
committercainus <[email protected]>2013-06-20 06:59:22 -0700
commit0e2d25ccd75f8241b02fa6d61c1dd9d7248962bf (patch)
tree7ed99f1bfef8afc2d21788c2fa368e75d5dc6140
parent7e73beeff55ad4e0fdf425c657bf25c9dc394bc2 (diff)
downloadnode-coveralls-0e2d25ccd75f8241b02fa6d61c1dd9d7248962bf.tar.xz
node-coveralls-0e2d25ccd75f8241b02fa6d61c1dd9d7248962bf.zip
make plain old `npm test` just run unit tests.
-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"