From 6f178c996c5a882675c8b38420ee5c6805e14d13 Mon Sep 17 00:00:00 2001 From: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com> Date: Thu, 9 Jan 2020 19:28:00 +0100 Subject: [PATCH] disabled ci for dependencybot branches --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 58854b65f..50138cc45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,10 @@ cache: - $HOME/.m2 - web/node_modules +branches: + except: + - /dependabot.*/ + stages: - name: Compile - name: Test