Skip to content

Commit cf6052f

Browse files
bors[bot]hcpl
andcommitted
Merge #15
15: Allow more branches to be built on CI r=Amanieu a=hcpl Adapted from rust-lang/rust-clippy#3359. Co-authored-by: hcpl <[email protected]>
2 parents 531aaed + 1ab4837 commit cf6052f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ matrix:
1212
- FEATURES='nightly'
1313

1414
branches:
15-
only:
16-
- staging
17-
- trying
18-
- master
15+
# Don't build these branches
16+
except:
17+
# Used by bors
18+
- trying.tmp
19+
- staging.tmp
1920

2021
script:
2122
- cargo build --verbose --features "$FEATURES"

0 commit comments

Comments
 (0)