From 63b8b0588815915443b6cf4b284a6c5c44af0f9c Mon Sep 17 00:00:00 2001 From: Nate Berkopec Date: Sun, 20 Nov 2016 09:38:11 -0700 Subject: [PATCH] Stop travis double-builds Travis builds on PR and push, this changes it so it will only trigger the "PUSH" event on the master branch. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0862e4ff33..e9257d6ef8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,8 @@ before_install: # https://github.com/travis-ci/travis-ci/issues/5861 - gem install bundler script: "TESTOPTS=-v bundle exec rake test" +branches: + only: [master] rvm: - 2.2.6 - 2.3.2