Skip to content

Commit 1ab4837

Browse files
committed
Allow more branches to be built on CI
Adapted from rust-lang/rust-clippy#3359.
1 parent 531aaed commit 1ab4837

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

+5-4
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)