Cache downloaded packages on travis

This commit is contained in:
Alex Gaynor 2015-11-11 12:41:12 -05:00
parent 7d4bdc646d
commit 77200c5692

View File

@ -7,6 +7,9 @@ rust:
os:
- linux
- osx
cache:
directories:
- $HOME/.cargo
script:
- cargo build