Skip to content

Commit 7cf6dc0

Browse files
committed
CI: add cargo cache to build faster
1 parent e906540 commit 7cf6dc0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: rust
2+
cache: cargo
23
rust:
34
- 1.26.2
45
- stable
@@ -35,3 +36,6 @@ script:
3536
- if [[ "$TARGET" =~ "x86_64-unknown-linux-*" ]]; then cargo test --verbose --all --target $TARGET; fi
3637
- if [[ "$COVERAGE" == "1" ]]; then ./ci/run-cov; fi
3738
- 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

Comments
 (0)