diff options
| author | Emīls Piņķis <emils@mullvad.net> | 2018-04-18 12:10:39 +0100 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2018-04-18 12:47:48 +0100 |
| commit | 385ce8a4ae3b7604879aa29214409d3b602071fd (patch) | |
| tree | 8154f97a889251fde72361e4cc89c2dea936552b | |
| parent | b740deca2f69f6ad09a0d0df49ae10bc59888341 (diff) | |
| download | mullvadvpn-385ce8a4ae3b7604879aa29214409d3b602071fd.tar.xz mullvadvpn-385ce8a4ae3b7604879aa29214409d3b602071fd.zip | |
Disable caching as the cached builds are too big anyway
| -rw-r--r-- | appveyor.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml index 444a57cbd2..bea6eea4ac 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -55,11 +55,6 @@ test_script: - cargo build - cargo test -# Cache build binaries for faster builds next time -cache: - - C:\Users\appveyor\.cargo\registry - - target - # Stops feature branches from triggering two builds (One for branch and one for PR) skip_branch_with_pr: true |
