diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-07-10 17:50:45 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-07-10 18:00:48 +0200 |
| commit | 4d444008a7859d9b41b7fe29799b2c3a8e04b374 (patch) | |
| tree | 819bc5a2b6788555392d15748b47db5c3f9b73ba | |
| parent | 9aac5b2e1a874a7ec3b99b107714f94659e3c93e (diff) | |
| download | mullvadvpn-4d444008a7859d9b41b7fe29799b2c3a8e04b374.tar.xz mullvadvpn-4d444008a7859d9b41b7fe29799b2c3a8e04b374.zip | |
Remove --release builds from appveyor
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 3725b4d72c..a7668d4c00 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -44,9 +44,7 @@ install: # This is the "test phase", tweak it as you see fit test_script: - cargo build --all --target %TARGET% - - cargo build --all --target %TARGET% --release - cargo test --all --target %TARGET% - - cargo test --all --target %TARGET% --release # Cache build binaries for faster builds next time cache: |
