File tree 4 files changed +3151
-9
lines changed
4 files changed +3151
-9
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,9 @@ language: node_js
2
2
node_js :
3
3
- " node"
4
4
- " lts/*"
5
- - " 6"
6
- - " 4"
5
+ - " 8"
6
+ - " 10"
7
+ - " 12"
7
8
services :
8
9
- mongodb
9
10
before_script :
@@ -13,4 +14,3 @@ script:
13
14
- make test
14
15
- until nc -z localhost 27017; do echo Waiting for MongoDB; sleep 1; done; sleep 1
15
16
- make integration-test
16
- - make safe
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ JSHINT ?= node_modules/jshint/bin/jshint
12
12
MOCHA ?= node_modules/mocha/bin/mocha
13
13
REPORTER ?= spec
14
14
NODEMON ?= node_modules/nodemon/bin/nodemon.js
15
- NSP ?= node_modules/.bin/nsp
16
15
17
16
all : build
18
17
66
65
@echo -----------------
67
66
$(NODE) $(JSHINT) $(TESTS)
68
67
69
- safe :
70
- $(NSP ) check
71
-
72
68
release : lint build test integration-test safe
73
69
@echo ------------------------------------------
74
70
@echo - ready to bump versions and npm release -
You can’t perform that action at this time.
0 commit comments