summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2017-10-13 19:56:19 +0200
committerLinus Färnstrand <linus@mullvad.net>2017-10-13 19:56:19 +0200
commit0e6ea53759d4d0deb0583591bcb15c71af7adac2 (patch)
treeebce2b8d48f9a9bfb56438f22bfbaa75204af05a
parent1b0085ca709568a1037b0316540d2f6e54770800 (diff)
downloadmullvadvpn-0e6ea53759d4d0deb0583591bcb15c71af7adac2.tar.xz
mullvadvpn-0e6ea53759d4d0deb0583591bcb15c71af7adac2.zip
Don't pass --target in appveyor builds
-rw-r--r--appveyor.yml4
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: