Add a newline to force Travis to rebuild

This will test the caching mechanism.
This commit is contained in:
Gabriel Majeri 2017-06-21 14:10:16 +03:00
parent 7effb9c61e
commit 59584f981d

View File

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