Remove broken Cargo caching from Travis

This commit is contained in:
James 2018-01-31 18:54:15 +11:00
parent bff20f30a5
commit 7b184b24ff
2 changed files with 0 additions and 4 deletions

View File

@ -1,5 +1,4 @@
os: linux
cache: cargo
dist: trusty
sudo: required
services:
@ -10,4 +9,3 @@ install:
script:
- docker run -v $(pwd):/liftinstall ubuntu:18.04 /bin/bash -ex /liftinstall/.travis/build.sh
- cp -r .cargo/ ~/.cargo/

View File

@ -8,5 +8,3 @@ curl https://sh.rustup.rs -sSf | sh -s -- -y
export PATH=~/.cargo/bin:$PATH
cargo build
cp -r ~/.cargo/ ./.cargo/