Disable Travis CI on master
This allows Travis to continue running on PRs for release/1.x branches where we have not enabled GH Actions. Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
This commit is contained in:
parent
327c92f7d7
commit
61597b4317
@ -1,5 +1,10 @@
|
||||
dist: bionic
|
||||
sudo: required
|
||||
|
||||
branches:
|
||||
except:
|
||||
- master
|
||||
|
||||
# setup travis so that we can run containers for integration tests
|
||||
services:
|
||||
- docker
|
||||
|
Loading…
Reference in New Issue
Block a user