Skip to content

Commit 3680399

Browse files
committed
Only build master branch on CI
1 parent 2b3bf06 commit 3680399

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ notifications:
102102
email:
103103
on_success: never
104104

105+
branches:
106+
only:
107+
- master
108+
105109
env:
106110
global:
107111
# serde-codegen has historically needed a large stack to expand

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ build: false
1818

1919
test_script:
2020
- cargo test --target %TARGET%
21+
22+
branches:
23+
only:
24+
- master

0 commit comments

Comments
 (0)