summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2019-07-10 15:28:53 +0200
committerJan-Erik Rediger <janerik@fnordig.de>2019-07-10 15:28:53 +0200
commit11c8683faa6e6505adcb6c323c132b3527c2ff94 (patch)
treec3b57d1fe1efd62ebcdb9e52614021654e8d4c41
parent41be0072ed9d5a55ccc55c2a817d6fc0f68ae9ba (diff)
End command correctly
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index e77cfb1..8d35005 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -29,7 +29,7 @@ test_script:
# we don't run the "test phase" when doing deploys
- if [%APPVEYOR_REPO_TAG%]==[false] (
cargo test --target %TARGET% &&
- cargo build --target %TARGET% &&
+ cargo build --target %TARGET%
)
before_deploy: