diff options
| author | Odd Stranne <odd@mullvad.net> | 2018-05-25 13:47:31 +0200 |
|---|---|---|
| committer | Odd Stranne <odd@mullvad.net> | 2018-05-25 13:47:31 +0200 |
| commit | 155abdd39df1b8f0db9347e569e0656260db22cc (patch) | |
| tree | 8c6cc3505d9818a0edf75432f0d0a44213ecb361 | |
| parent | fe138d9141ae382293a564623a4a4da29ee4c7b8 (diff) | |
| download | mullvadvpn-155abdd39df1b8f0db9347e569e0656260db22cc.tar.xz mullvadvpn-155abdd39df1b8f0db9347e569e0656260db22cc.zip | |
Update appveyor.yml to reference renamed build script
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 6b58a8f08c..7f6d5d711d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -51,7 +51,7 @@ install: # This is the "test phase", tweak it as you see fit test_script: - - bash -x build_wfp.sh + - bash -x build_winfw.sh - cargo build - cargo test |
