We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2103045 commit 5ea594eCopy full SHA for 5ea594e
.travis.yml
@@ -26,3 +26,7 @@ env:
26
notifications:
27
email:
28
on_success: never
29
+branches:
30
+ only:
31
+ - master
32
+ - auto
appveyor.yml
@@ -10,8 +10,10 @@ install:
10
- SET PATH=%PATH%;C:\MinGW\bin
11
- rustc -V
12
- cargo -V
13
-
14
build: false
15
16
test_script:
17
- cargo test --verbose --jobs 4
18
19
0 commit comments