diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-07-11 04:40:28 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-07-11 04:40:28 +0200 |
| commit | 829e92c8c2680f5be4e89ba3433d1ddc7e442198 (patch) | |
| tree | 819bc5a2b6788555392d15748b47db5c3f9b73ba | |
| parent | 9aac5b2e1a874a7ec3b99b107714f94659e3c93e (diff) | |
| parent | 4d444008a7859d9b41b7fe29799b2c3a8e04b374 (diff) | |
| download | mullvadvpn-829e92c8c2680f5be4e89ba3433d1ddc7e442198.tar.xz mullvadvpn-829e92c8c2680f5be4e89ba3433d1ddc7e442198.zip | |
Merge branch 'stop-building-release-versions'
| -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: |
