From 1a784ea21b5652ea4cbedca06fcb8c7249df7ce8 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Fri, 21 Jun 2019 20:51:05 +0200 Subject: [PATCH] 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