We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2103045 commit 4152e18Copy full SHA for 4152e18
.travis.yml
@@ -26,3 +26,6 @@ env:
26
notifications:
27
email:
28
on_success: never
29
+branches:
30
+ only:
31
+ - master
appveyor.yml
@@ -10,8 +10,9 @@ 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
0 commit comments