Add Travis CI caching

This commit is contained in:
Gabriel Majeri 2017-06-21 13:43:39 +03:00
parent 16d3800e8f
commit 7effb9c61e

View File

@ -3,6 +3,8 @@ rust:
- nightly
- stable
cache: cargo
install:
- export CXX="g++-4.8"