aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@cardoe.com>2018-06-28 00:20:37 -0500
committerDoug Goldstein <cardoe@cardoe.com>2018-06-28 00:22:25 -0500
commit4ccc9b05878f157748fd9a2e64f444a3f905e988 (patch)
tree1a0a2eda5d627de69b04bffdd9d553febd0f1d24
parentbump minimum supported version to 1.26.0 (diff)
downloadcargo-ebuild-4ccc9b05878f157748fd9a2e64f444a3f905e988.tar.gz
cargo-ebuild-4ccc9b05878f157748fd9a2e64f444a3f905e988.tar.bz2
cargo-ebuild-4ccc9b05878f157748fd9a2e64f444a3f905e988.zip
ci: cache cargo bits on Travis
Avoid costly rebuilds when we can use Travis' ability to cache some data for us.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0ce764c..7af2243 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,7 @@ rust:
- beta
- stable
- 1.26.0 # minimum supported version (based on features)
+cache: cargo
matrix:
allow_failures:
- rust: nightly