diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-10-13 19:56:19 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-10-13 19:56:19 +0200 |
| commit | 0e6ea53759d4d0deb0583591bcb15c71af7adac2 (patch) | |
| tree | ebce2b8d48f9a9bfb56438f22bfbaa75204af05a | |
| parent | 1b0085ca709568a1037b0316540d2f6e54770800 (diff) | |
| download | mullvadvpn-0e6ea53759d4d0deb0583591bcb15c71af7adac2.tar.xz mullvadvpn-0e6ea53759d4d0deb0583591bcb15c71af7adac2.zip | |
Don't pass --target in appveyor builds
| -rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 7161c2a028..6e5638c9e9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -43,8 +43,8 @@ install: # This is the "test phase", tweak it as you see fit test_script: - - cargo build --target %TARGET% - - cargo test --target %TARGET% + - cargo build + - cargo test # Cache build binaries for faster builds next time cache: |
