mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
remove some stuff
This commit is contained in:
parent
814e4ee66b
commit
987cbe911a
@ -1,7 +1,6 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.10"
|
||||
script: make test-coveralls
|
||||
notifications:
|
||||
irc:
|
||||
channels:
|
||||
|
||||
8
Makefile
8
Makefile
@ -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
|
||||
@ -22,7 +22,7 @@
|
||||
],
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
"test": "make test"
|
||||
"test": "mocha | coveralls",
|
||||
},
|
||||
"dependencies": {
|
||||
"body-parser": "~1.8.1",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user