From f8f081fc62836162e4fc24f67ef0abec5ad0c1c1 Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Thu, 12 Sep 2019 09:29:24 -0700 Subject: [PATCH] Eliminate double CI builds on PRs (#2035) As suggested by this answer: https://stackoverflow.com/a/31882307 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0a673c55..6e5a2dd5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,5 +24,5 @@ script: bundle exec rake spec rubocop install: bundle install --jobs=1 cache: bundler branches: - except: - - legacy-v2 + only: + - master