Skip to content

Commit 87dd6c2

Browse files
committed
Auto merge of #6562 - ehuss:travis-no-master, r=dwijnand
Stop building on master on Travis. I think #6540 probably should have included this, now that there is a green icon.
2 parents ffe6587 + 6f86f63 commit 87dd6c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ matrix:
1010
include:
1111
- env: TARGET=x86_64-unknown-linux-gnu
1212
ALT=i686-unknown-linux-gnu
13+
if: branch != master OR type = pull_request
1314

1415
- env: TARGET=x86_64-apple-darwin
1516
ALT=i686-apple-darwin

0 commit comments

Comments
 (0)