From 9bedaf0b8ea021576d2a6c6fe317849885583138 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Sat, 7 Oct 2017 15:49:16 -0400 Subject: [PATCH] Only do branch updates for master, greenkeeper branches, and tags. --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index a8306437..ef156c12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,14 @@ cache: directories: - $HOME/.npm + +branches: + only: + - master + - /^v\d+\.\d+\.\d+$/ + - /^greenkeeper.*$/ + + env: # we recommend new addons test the current and previous LTS # as well as latest stable release (bonus points to beta/canary)