diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-11 12:24:30 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-11 12:24:30 +0300 |
commit | 4e6b4e31400fc4346118b7c8ca17fa6dc2c78dcf (patch) | |
tree | d7a720146e96030233fb875ca8e53207a965cb5f /.appveyor.yml | |
parent | appveyor.yml -> .appveyor.yml (diff) | |
download | math-server-4e6b4e31400fc4346118b7c8ca17fa6dc2c78dcf.tar.gz math-server-4e6b4e31400fc4346118b7c8ca17fa6dc2c78dcf.zip |
AppVeyor: fast_finish
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index d013257..2f849b4 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -16,6 +16,9 @@ configuration: - Debug - Release +matrix: + fast_finish: true + install: - git submodule update --init --recursive |