mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-03-16 08:21:07 +08:00
travis ci config update
This commit is contained in:
parent
0f0ee2233e
commit
db95212243
@ -3,6 +3,7 @@ node_js:
|
|||||||
- "node"
|
- "node"
|
||||||
install:
|
install:
|
||||||
- npm install -g codecov
|
- npm install -g codecov
|
||||||
|
- npm install
|
||||||
script:
|
script:
|
||||||
- npm run test -- --coverage
|
- npm run test -- --coverage
|
||||||
- istanbul cover ./node_modules/mocha/bin/_mocha --reporter lcovonly -- -R spec
|
- istanbul cover ./node_modules/mocha/bin/_mocha --reporter lcovonly -- -R spec
|
||||||
|
Loading…
x
Reference in New Issue
Block a user