Added stryker to the project

This commit is contained in:
Alejandro Celaya
2019-04-21 23:03:37 +02:00
parent e5ef2eb5c6
commit 831c0444d6
5 changed files with 466 additions and 2 deletions

View File

@@ -16,7 +16,8 @@ install:
script:
- npm run lint
- npm run test:ci
- if [[ -z $TRAVIS_TAG ]]; then docker build -t shlink-web-client:test . ; fi # Test docker image build only when no tag is present
- if [[ -z $TRAVIS_TAG ]]; then docker build -t shlink-web-client:test . ; fi
- if [[ -z $TRAVIS_TAG ]]; then npm run mutate ; fi
after_success:
- node_modules/.bin/ocular coverage/clover.xml