Skip to content

Commit fcee1b2

Browse files
committed
Limit the branches that travis builds on
Because branches that become PRs are built twice :(
1 parent 1fc6bfa commit fcee1b2

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)