Skip to content

Commit

Permalink
#53 Adjust travis cache for Rust projects to avoid gig caches and bui…
Browse files Browse the repository at this point in the history
…ld for multiple archs (#56)

* #53 Adjust travis cache for Rust projects to avoid gig caches

* Attempt to build and test for multiple architectures

* Remove cross compile archs and only deal with travis Rust cache for now
  • Loading branch information
ernieturner authored Feb 21, 2019
1 parent bdfbed8 commit bf11975
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
language: rust
cache: cargo
rust:
- 1.32.0
# hopefully prevent the cache from becoming huge - https://levans.fr/rust_travis_cache.html
cache:
directories:
- /home/travis/.cargo
before_cache:
- rm -rf /home/travis/.cargo/registry
branches:
only:
- master
Expand Down

0 comments on commit bf11975

Please sign in to comment.