From c7161781b4e8f00355d1f00482d9aa36cfdb7f14 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sat, 22 Jun 2019 21:04:54 -0700 Subject: [PATCH] ci: ignore dependabot branches --- web3.js/.travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web3.js/.travis.yml b/web3.js/.travis.yml index 8229226a0d..39604a27a6 100644 --- a/web3.js/.travis.yml +++ b/web3.js/.travis.yml @@ -12,6 +12,10 @@ cache: directories: - ~/.npm +branches: + only: + - master + notifications: email: false