We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e906540 commit 7cf6dc0Copy full SHA for 7cf6dc0
.travis.yml
@@ -1,4 +1,5 @@
1
language: rust
2
+cache: cargo
3
rust:
4
- 1.26.2
5
- stable
@@ -35,3 +36,6 @@ script:
35
36
- if [[ "$TARGET" =~ "x86_64-unknown-linux-*" ]]; then cargo test --verbose --all --target $TARGET; fi
37
- if [[ "$COVERAGE" == "1" ]]; then ./ci/run-cov; fi
38
- if [[ "$COVERAGE" == "1" ]]; then bash <(curl -s https://codecov.io/bash) -f final.info; fi
39
+notifications:
40
+ email:
41
+ on_success: never
0 commit comments