remove some stuff

This commit is contained in:
jomo 2014-11-08 03:54:14 +01:00
parent 814e4ee66b
commit 987cbe911a
3 changed files with 1 additions and 10 deletions

View File

@ -1,7 +1,6 @@
language: node_js language: node_js
node_js: node_js:
- "0.10" - "0.10"
script: make test-coveralls
notifications: notifications:
irc: irc:
channels: channels:

View File

@ -1,8 +0,0 @@
test:
@NODE_ENV=test ./node_modules/.bin/mocha
test-coveralls:
@echo TRAVIS_JOB_ID $(TRAVIS_JOB_ID)
@$(MAKE) test REPORTER=mocha-lcov-reporter | ./node_modules/.bin/coveralls
.PHONY: test

View File

@ -22,7 +22,7 @@
], ],
"scripts": { "scripts": {
"start": "node server.js", "start": "node server.js",
"test": "make test" "test": "mocha | coveralls",
}, },
"dependencies": { "dependencies": {
"body-parser": "~1.8.1", "body-parser": "~1.8.1",