Skip to content

Commit

Permalink
Disable Travis CI jobs in non-master branches
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemadden42 committed Mar 5, 2020
1 parent 9ff5bc3 commit 9ed08dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ env:
- TRAVIS_MINIKUBE_VERSION=v0.25.2
- MACOSX_DEPLOYMENT_TARGET=10.15

# Only run CI jobs on specific branches.
# To keep the number of Travis CI jobs in check, we decided to configure Travis to only kick off CI jobs for the master branch.
branches:
only:
- master

jobs:
include:
# General checks
Expand Down

0 comments on commit 9ed08dd

Please sign in to comment.