Stop caching for a working Travis CI.

This commit is contained in:
Sergio Benitez 2019-06-28 18:33:39 -07:00
parent 2d4dc5ae58
commit dab891dfa1

View File

@ -1,7 +1,7 @@
language: rust language: rust
sudo: required # so we get a VM with higher specs sudo: required # so we get a VM with higher specs
dist: trusty # so we get a VM with higher specs dist: trusty # so we get a VM with higher specs
cache: cargo cache: false
env: env:
- TEST_FLAGS= - TEST_FLAGS=
- TEST_FLAGS=--release - TEST_FLAGS=--release