Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Commit

Permalink
ci(mutation): use local stryker
Browse files Browse the repository at this point in the history
  • Loading branch information
saiichihashimoto committed Jun 29, 2019
1 parent 3c016ea commit 50b4666
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ branches:
- /^v\d+\.\d+\.\d+$/
script:
- npm test
- npx stryker-cli run
- npm run test:mutation
after_success:
- cat ./coverage/lcov.info | npx coveralls --verbose
jobs:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"main": "lib/index.js",
"scripts": {
"build": "babel src --out-dir lib --source-maps --delete-dir-on-start --verbose --ignore \"**/*.spec.js\"",
"test": "jest --verbose $(if [ -z ${CI+x} ]; then echo --watch; else echo --color --coverage; fi)"
"test": "jest --verbose $(if [ -z ${CI+x} ]; then echo --watch; else echo --color --coverage; fi)",
"test:mutation": "stryker run"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 50b4666

Please sign in to comment.