mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-12 14:08:37 +00:00
Saner Travis cache
This commit is contained in:
parent
6ccfbf0305
commit
450aa6fe93
@ -9,7 +9,14 @@ rust:
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
cache: cargo
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- /home/travis/.cargo
|
||||
|
||||
before_cache:
|
||||
- rm -rf /home/travis/.cargo/registry
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rust: nightly
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user