File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change
1
+ language : node_js
2
+ node_js :
3
+ - ' iojs-v2.3.4'
4
+ before_install :
5
+ - npm install -g npm@3
6
+ - npm config set loglevel error
7
+ - npm config -g list -l
8
+ - npm --version
9
+ script : npm run-script ci
10
+ cache :
11
+ directories :
12
+ - node_modules
13
+ # Post build notifications to the Integrations Flowdock
14
+ notifications :
15
+ flowdock : e3dc17bc8a2c1b3412abe3e5747f8291
Original file line number Diff line number Diff line change 54
54
"start" : " gulp dev" ,
55
55
"release" : " gulp release" ,
56
56
"test" : " mocha" ,
57
+ "ci" : " npm run check" ,
57
58
"check" : " mongodb-js-precommit" ,
58
59
"fmt" : " mongodb-js-fmt src/{**/*.js,*.js}"
59
60
},
60
61
"pre-commit" : [
61
- " check" ,
62
- " test"
62
+ " check"
63
63
],
64
64
"repository" : {
65
65
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments