diff options
author | Aleksey Kladov <[email protected]> | 2018-01-28 00:14:30 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-01-28 00:14:30 +0000 |
commit | ee6ebec70d8787c2ce2fd8ab80674500ca80afc3 (patch) | |
tree | 894e89b2b3a113006d17e4220517927316107f0b | |
parent | 6a57d2ae4af8c24a6e809eb8cdf2c4ee3d3b2452 (diff) |
Fix typo
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 90fd49da8..bdeb667cf 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -9,5 +9,5 @@ install: | |||
9 | 9 | ||
10 | build: false | 10 | build: false |
11 | 11 | ||
12 | test_scipt: | 12 | test_script: |
13 | - cargo test | 13 | - cargo test |