Skip to content

Commit

Permalink
ci: only run CI on master
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Dec 30, 2017
1 parent 2103045 commit 4152e18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ env:
notifications:
email:
on_success: never
branches:
only:
- master
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ install:
- SET PATH=%PATH%;C:\MinGW\bin
- rustc -V
- cargo -V

build: false

test_script:
- cargo test --verbose --jobs 4
branches:
only:
- master

0 comments on commit 4152e18

Please sign in to comment.