From 1a784ea21b5652ea4cbedca06fcb8c7249df7ce8 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Fri, 21 Jun 2019 20:51:05 +0200 Subject: [PATCH 1/3] Travis: also run on bors branches, and not on master --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1ba55e0c724a..4b56ea9aa648 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,9 @@ os: - osx dist: xenial +# Run in PRs and for bors, but not on master. +if: branch = staging OR branch = trying OR type = pull_request + env: global: - RUST_TEST_NOCAPTURE=1 @@ -53,3 +56,5 @@ notifications: branches: only: - master + - auto + - try From 38d19199c3945f1ae5f086bc4b8ab74e55a62bca Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Fri, 21 Jun 2019 20:55:24 +0200 Subject: [PATCH 2/3] AppVeyor: only run on bors branches --- .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 5080a22aded9..f7d3f990ac99 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -9,7 +9,8 @@ environment: branches: # whitelist only: - - master + - auto + - try cache: - '%USERPROFILE%\.cargo' From ab473bcda5a96cf83bca8cad6f35bd3068c19e60 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Fri, 21 Jun 2019 21:02:30 +0200 Subject: [PATCH 3/3] fix Travis bors branch names --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4b56ea9aa648..e78c4b9b8b4f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ os: dist: xenial # Run in PRs and for bors, but not on master. -if: branch = staging OR branch = trying OR type = pull_request +if: branch = auto OR branch = try OR type = pull_request env: global: