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