Skip to content

Commit

Permalink
Only build master branch on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jul 6, 2018
1 parent 2b3bf06 commit 3680399
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ notifications:
email:
on_success: never

branches:
only:
- master

env:
global:
# serde-codegen has historically needed a large stack to expand
Expand Down
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ build: false

test_script:
- cargo test --target %TARGET%

branches:
only:
- master

0 comments on commit 3680399

Please sign in to comment.