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:
Phil Estes 2020-04-16 11:10:08 -04:00
parent 327c92f7d7
commit 61597b4317
No known key found for this signature in database
GPG Key ID: 0F386284C03A1162

View File

@ -1,5 +1,10 @@
dist: bionic
sudo: required
branches:
except:
- master
# setup travis so that we can run containers for integration tests
services:
- docker