Skip to content

Commit 4152e18

Browse files
committed
ci: only run CI on master
1 parent 2103045 commit 4152e18

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ env:
2626
notifications:
2727
email:
2828
on_success: never
29+
branches:
30+
only:
31+
- master

appveyor.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ install:
1010
- SET PATH=%PATH%;C:\MinGW\bin
1111
- rustc -V
1212
- cargo -V
13-
1413
build: false
15-
1614
test_script:
1715
- cargo test --verbose --jobs 4
16+
branches:
17+
only:
18+
- master

0 commit comments

Comments
 (0)