From fcee1b255988ffe8e0901fb0366d036c489eec9d Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Wed, 18 Dec 2019 15:46:08 -0500 Subject: [PATCH] Limit the branches that travis builds on Because branches that become PRs are built twice :( --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 98b8be05568..ea12b7cc85c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,12 @@ language: rust sudo: required dist: xenial +branches: + only: + - auto + - try + - master + cache: cargo: true directories: