From 38aeed02fc152a1f678f2ba793c6436b407d7b04 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 10 Jun 2019 12:50:19 -0700 Subject: [PATCH] Ignore dependabot branches --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 08a712a1d4..11e07ef1a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,11 @@ script: - source ci/env.sh - ci/publish-tarball.sh +branches: + only: + - master + - /v.*/ + notifications: slack: on_success: change