From 7f36c84c0f94f69cd339db94560cc53b0b3e55e5 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 28 Oct 2018 13:33:26 +0100 Subject: [PATCH] Don't build non-master branches --- .travis.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5311bba5..ad76bd6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,13 @@ notifications: on_failure: change branches: - except: - # Used by bors - - staging.tmp + only: + # This is where pull requests from "bors r+" are built. + - staging + # This is where pull requests from "bors try" are built. + - trying + # Build pull requests. + - master rust: - nightly