Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit aaf9d75

Browse files
authored
Make bors happy
1 parent de63283 commit aaf9d75

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ before_script:
77
script:
88
- cargo build
99
- if [ $TRAVIS_RUST_VERSION == nightly ]; then cargo test -- --nocapture ; fi
10+
branches:
11+
only:
12+
# This is where pull requests from "bors r+" are built.
13+
- staging
14+
# This is where pull requests from "bors try" are built.
15+
- trying
16+
# Uncomment this to enable building pull requests.
17+
- master
1018
notifications:
1119
email:
1220
on_success: never

0 commit comments

Comments
 (0)