Skip to content

Commit

Permalink
Merge 7092a2a into f12b2f6
Browse files Browse the repository at this point in the history
  • Loading branch information
doppelganger9 committed Jul 18, 2019
2 parents f12b2f6 + 7092a2a commit db91270
Show file tree
Hide file tree
Showing 7 changed files with 568 additions and 179 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ install:

script:
- npm test
- npm start 2>&1 | tee server.log &
- ./wait-until-server-ready.sh
- npm run newman
- kill %1
- npm run test:integration
- npm run coveralls
- sonar-scanner -Dsonar.projectKey=doppelganger9_babyfoot -Dsonar.sources=. -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN -Dsonar.typescript.exclusions=**/node_modules/** -Dsonar.exclusions=node_modules/**/*,coverage/**/*,reports/**/*,**/*.config.js,**/*.conf.js -Dsonar.typescript.lcov.reportPaths=coverage/lcov.info -Dsonar.language=ts -Dsonar.tests=. -Dsonar.test.inclusions=**/*.spec.ts -Dsonar.typescript.tsconfigPath=tsconfig.json
- npm run test:mutations
Expand Down

0 comments on commit db91270

Please sign in to comment.