diff options
| -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 |
