Browse Source

Allow AppVeyor failures (#16410)

tags/2.0.16
Alexander Makarov 6 years ago committed by GitHub
parent
commit
90c31d08e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .appveyor.yml

6
.appveyor.yml

@ -5,7 +5,11 @@ clone_folder: C:\projects\yii2
environment:
matrix:
- php_ver: 7.2.4
- php_ver: 7.2.4
matrix:
allow_failures:
- php_ver: 7.2.4
cache:
- '%APPDATA%\Composer'

Loading…
Cancel
Save