Updated travis to run mutations on changed files only

This commit is contained in:
Alejandro Celaya
2019-04-22 10:04:41 +02:00
parent b83c0e0aba
commit 32f171d861
4 changed files with 14 additions and 11 deletions

View File

@@ -16,7 +16,8 @@
"test": "node scripts/test.js --env=jsdom --colors",
"test:ci": "npm run test -- --coverage --coverageReporters=text --coverageReporters=text-summary --coverageReporters=clover",
"test:pretty": "npm run test -- --coverage --coverageReporters=text --coverageReporters=text-summary --coverageReporters=html",
"mutate": "./node_modules/.bin/stryker run"
"mutate": "./node_modules/.bin/stryker run",
"mutate:ci": "npm run mutate -- --mutate=$MUTATION_FILES"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.6.3",