Skip to content

Commit

Permalink
feat(CI/CD): CI/CD automations should allows to work with forks
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony-Proum committed Jun 17, 2019
1 parent 849bf8f commit ce673cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ jobs:
install: skip # bundle install is not required
include:
script: make run-test
- script: make quality-analysis
- script: 'if [ "$SONAR_HOST_URL" != "false" ]; then bash -c "make quality-analysis"; fi'
- stage: deploy
install: skip # bundle install is not required
branches:
only:
- master
script: make deploy-package


Expand Down

0 comments on commit ce673cf

Please sign in to comment.