Skip to content

Commit

Permalink
Merge pull request #201 from Fryguy/dont_run_non_master
Browse files Browse the repository at this point in the history
Only run the master branch and not bot branches
  • Loading branch information
agrare authored Oct 26, 2020
2 parents 8b5b90c + 542efe2 commit 0a29978
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ addons:
script: bundle exec manageiq-cross_repo
matrix:
fast_finish: true
branches:
only:
- master
env:
global:
- REPOS=
Expand Down

0 comments on commit 0a29978

Please sign in to comment.