diff options
author | Anatol Belski <ab@php.net> | 2016-12-17 11:26:13 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-12-17 11:26:13 +0100 |
commit | 9afb05dcd10154177366b1612ab35bcfc8410db9 (patch) | |
tree | 6aeeb86f72880b60dfe3ac6719ea65fde1286d74 /.appveyor.yml | |
parent | 158d11d53daa55d11db21db6c73c841858ed6149 (diff) | |
download | php-git-9afb05dcd10154177366b1612ab35bcfc8410db9.tar.gz |
add Appveyor fast_fail
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 210130e9b8..59541905f1 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -26,6 +26,9 @@ 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 |