diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7087427..49aa562 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,3 +20,7 @@ cache: after_success: - bash <(curl -s https://codecov.io/bash) + +branches: + except: + - /^dependabot\/.*$/ |