Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

Commit

Permalink
Set conditional build config
Browse files Browse the repository at this point in the history
  • Loading branch information
InfoSec812 committed Jul 18, 2019
1 parent e3231f6 commit f38c6e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: node_js
if: tag IS present OR NOT (branch == master)
node_js:
- node
deploy:
Expand Down Expand Up @@ -26,4 +27,4 @@ addons:
script:
- npm run test
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then sonar-scanner; fi # sonar only on non-PRs
- npm run stryker
- npm run stryker

0 comments on commit f38c6e9

Please sign in to comment.