summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-04-29 13:52:50 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-04-29 13:52:50 +0200
commit54cf4c114b60e5be067e6b44131fa2ece56ecfe6 (patch)
tree2f8af4b8e39391567393f67cff94dfe57763bc44 /.travis.yml
parent9ff826e64e16a093343972916abd6f06c3ababb3 (diff)
Add cargo cache for travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 89211edd..04212180 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,8 @@ rust:
- nightly
- stable
+cache: cargo
+
matrix:
allow_failures:
- rust: nightly