Skip to content

Commit

Permalink
Merge pull request #16 from mgeisler/travis-cache-cargo
Browse files Browse the repository at this point in the history
travis: cache Cargo dependencies and build output
  • Loading branch information
mgeisler authored Jan 19, 2017
2 parents 31f2f00 + 32bb02d commit b072b07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
language: rust

rust:
- stable
- beta
- nightly

cache: cargo

matrix:
allow_failures:
- rust: nightly

0 comments on commit b072b07

Please sign in to comment.