diff options
author | Nikita Popov <nikic@php.net> | 2016-12-27 22:20:40 +0100 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2016-12-27 22:20:40 +0100 |
commit | f2f35a2b27d0074ab015b8a37d6563eec74147d5 (patch) | |
tree | c6049daa62e8c090abed286cdff327be62dfba8b /.appveyor.yml | |
parent | 2d51267c07123d96353bce9b7c84b26d920674f7 (diff) | |
download | php-git-f2f35a2b27d0074ab015b8a37d6563eec74147d5.tar.gz |
Disable AppVeyor fast_finish
As NTS and TS fail in different ways, we want to see both.
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 9a05c6a65c..ba0d1c132d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -29,9 +29,6 @@ environment: - THREAD_SAFE: 1 OPCACHE: 1 -matrix: - fast_finish: true - services: # the setup scripts have to be touched, once some other db version is used - mysql |