diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-01-18 09:03:09 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-01-18 09:03:09 +0100 |
| commit | 88ffbb7885bc1ccd654ce5969438f585e2bc52c3 (patch) | |
| tree | 5c65be6fae6688f61e5c839569b720ee81843bdf | |
| parent | 08b5b674035c9600bf426da0c02af6b61280eaf1 (diff) | |
| download | mullvadvpn-88ffbb7885bc1ccd654ce5969438f585e2bc52c3.tar.xz mullvadvpn-88ffbb7885bc1ccd654ce5969438f585e2bc52c3.zip | |
Improve build: false comment
| -rw-r--r-- | appveyor.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 4a5946f9a8..17b572cd5f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -55,5 +55,6 @@ cache: # Stops feature branches from triggering two builds (One for branch and one for PR) skip_branch_with_pr: true -# disable automatic builds +# We build in the test stage, so disable Appveyor's build stage. This prevents +# the "directory does not contain a project or solution file" error. build: false |
