Skip to content

Commit 41d49ee

Browse files
committed
Auto merge of #1991 - integer32llc:limit-travis-to-prs, r=jtgeibel
Limit the branches that travis builds on Because branches that become PRs are built twice :(
2 parents 2754612 + fcee1b2 commit 41d49ee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ language: rust
22
sudo: required
33
dist: xenial
44

5+
branches:
6+
only:
7+
- auto
8+
- try
9+
- master
10+
511
cache:
612
cargo: true
713
directories:

0 commit comments

Comments
 (0)