Fix Windows CI exit failure (GPG agent)

See: https://travis-ci.community/t/timeout-after-build-finished-and-succeeded/1336
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2019-06-22 18:51:25 +02:00
parent 3c74f22e89
commit 860809ea08
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -48,7 +48,6 @@ cache:
jobs:
allow_failures:
- php: nightly
- os: windows
- os: osx
- name: "PHP 7.1 with dbase extension"
- name: "PHP 7.4"
@ -122,7 +121,9 @@ jobs:
os: windows
language: node_js
node_js: 10
env: CI_MODE=test
env:
- CI_MODE=test
- YARN_GPG=no
before_install:
- choco install php composer mariadb
- export PATH=/c/tools/php73:/c/ProgramData/ComposerSetup/bin:/c/"Program Files"/"MariaDB 10.3"/bin:$PATH