Skip to content

Commit 5ea594e

Browse files
committed
ci: only run CI on master and auto
1 parent 2103045 commit 5ea594e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.travis.yml

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

appveyor.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ 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
19+
- auto

0 commit comments

Comments
 (0)