summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2019-10-16 09:15:22 +0200
committerLinus Färnstrand <linus@mullvad.net>2019-10-16 09:15:39 +0200
commitabc5cc3d914e610f4f07043906c85c20b04f4061 (patch)
tree5690641b82f4bcfac60b8621923adf6b717e3cf6
parent5c385c3790c9b0e5b610a031bc17fa16459ae881 (diff)
downloadmullvadvpn-abc5cc3d914e610f4f07043906c85c20b04f4061.tar.xz
mullvadvpn-abc5cc3d914e610f4f07043906c85c20b04f4061.zip
Disable caching for now. Does not work well
-rw-r--r--.travis.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 649fd59f19..293513c615 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -106,15 +106,7 @@ matrix:
name: Daemon - stable Rust
env: RUST_VERSION=stable
language: bash
- cache: &rust_windows_cache
- directories:
- - windows/nsis-plugins/bin
- - windows/windns/bin
- - windows/winfw/bin
- - windows/winnet/bin
- - windows/winutil/bin
install: &rust_windows_install
- - du -sh windows/
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
- ./rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain $RUST_VERSION --profile minimal
- export PATH="$HOME/.cargo/bin/:$PATH"
@@ -126,7 +118,6 @@ matrix:
name: Daemon - beta Rust
env: RUST_VERSION=beta
language: bash
- cache: *rust_windows_cache
install: *rust_windows_install
script: *rust_windows_script