[Pkg-javascript-commits] [node-coveralls] 53/332: make plain old `npm test` just run unit tests.
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Nov 9 13:53:39 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-coveralls.
commit 0e2d25ccd75f8241b02fa6d61c1dd9d7248962bf
Author: cainus <gregg at caines.ca>
Date: Thu Jun 20 06:59:22 2013 -0700
make plain old `npm test` just run unit tests.
---
.travis.yml | 2 ++
package.json | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
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"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-coveralls.git
More information about the Pkg-javascript-commits
mailing list