mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-22 06:05:38 +01:00
Remove broken Cargo caching from Travis
This commit is contained in:
parent
bff20f30a5
commit
7b184b24ff
@ -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/
|
||||
|
@ -8,5 +8,3 @@ curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
export PATH=~/.cargo/bin:$PATH
|
||||
|
||||
cargo build
|
||||
|
||||
cp -r ~/.cargo/ ./.cargo/
|
Loading…
Reference in New Issue
Block a user