File tree 4 files changed +14
-9
lines changed
4 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 21
21
Thumbs.db
22
22
23
23
# Babel ES6 compiles files
24
- dist
24
+ # dist
25
25
26
26
# Directory for instrumented libs generated by jscoverage/JSCover
27
27
lib-cov
Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
- - " 4.8"
4
- - " 6.10"
5
- - " 7.6"
3
+ - ' 7.6'
6
4
services :
7
- - mongodb
5
+ - mongodb
8
6
cache :
9
7
directories :
10
8
- node_modules
11
9
git :
12
10
depth : 3
13
- script :
14
- - yarn test:check-coverage
11
+ script : cross-env NODE_ENV=test ./node_modules/.bin/mocha --ui bdd --reporter spec
12
+ --colors --compilers js:babel-core/register server/tests --recursive
15
13
after_script :
16
- - yarn report-coverage
14
+ - yarn report-coverage
15
+ before_script :
16
+ - npm install -g gulp-cli
17
+ deploy :
18
+ app : test-ci
19
+ provider : heroku
20
+ api_key :
21
+ secure : auBdU0dKRsULQaMsTFnt0Gal/YSJSQFgSz1bONqYkm+TFnSlC2W3w1BNUFAqyrUceWT90aieBRau4G9yFNUE6/MGFaxH7a2B1CYraXE2sHXQQ5+vts2mIyeMNnAWiQTiqpMjBvIVKkfLzgOdYgTgNwIZ4b6bSRqd9upCAZAbhoipFNpChSdPtKS6iAr3V7PXlHl1GOyPqURVmhi5r3snHAWk70tp5RZMEX/jSvXnQDFK+YlNyKS4LwpyS1B9UB1C+wLx5MCuijFi6l02ETD21LN3JQG800MKukG3/6Zhec2JbCzlRMMphHJk0fX2bshIpLAEuZzEd0dvOYVTJ5maMuCUijq07PTTIuTOLKCcoZFuKm+sypF9jv4lEVfQUp+dEchrfQyixJNgbuEP6qbbo00i4xzMxPMrj/l0cPI0LSSgupLS4CrrmwiVvqTx30Cr0MXY+sU2uGMNOABHVce6S7QoNv0jst9RlDd2Ab+Q+akD7/ZABGFpOE8AIADP4y9gZcoj92nn8uOpRnISgYGjdBYM9iqksTxiWqwgGWKKWXhr5Gjvc1Ql6y4LBHvtKNDHliMwGs7N9f5PLpWitY50q7NMzwuMH8mO95+WXQ1MFxFORp04p+rscTx7jr8Q+uF/SWZ20BmmmAYIyqMIvREEHKMK/s5xlT7QvrQV/ZENMKU=
Original file line number Diff line number Diff line change
1
+ web : node dist/
Original file line number Diff line number Diff line change 16
16
"build" : " gulp" ,
17
17
"lint" : " esw *.js server config --color" ,
18
18
"lint:watch" : " yarn lint -- --watch" ,
19
- "precommit" : " yarn lint && yarn test" ,
20
19
"test" : " cross-env NODE_ENV=test ./node_modules/.bin/mocha --ui bdd --reporter spec --colors --compilers js:babel-core/register server/tests --recursive" ,
21
20
"test:watch" : " yarn test -- --watch" ,
22
21
"test:coverage" : " cross-env NODE_ENV=test ./node_modules/.bin/istanbul cover _mocha -- --ui bdd --reporter spec --colors --compilers js:babel-core/register server/tests --recursive" ,
You can’t perform that action at this time.
0 commit comments