mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-16 13:42:05 +00:00
Stop caching for a working Travis CI.
This commit is contained in:
parent
e9c125ffa0
commit
b5b4c696f8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user