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 2527b42
Showing 1 changed file with 1 addition and 1 deletion.
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
- stryker run
after_success:
- cat ./coverage/lcov.info | npx coveralls --verbose
jobs:
Expand Down

0 comments on commit 2527b42

Please sign in to comment.