We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0df98 commit aad9c6bCopy full SHA for aad9c6b
.travis.yml
@@ -11,7 +11,7 @@ env:
11
- SYMFONY_DEPRECATIONS_HELPER=weak_vendors
12
- APP_ENV=test
13
14
-matrix:
+jobs:
15
include:
16
- php: '7.1'
17
- php: '7.2'
@@ -32,7 +32,8 @@ matrix:
32
- mysql -e 'CREATE DATABASE api_platform_test;'
33
env: APP_ENV=mysql
34
allow_failures:
35
- env: SYMFONY_DEPRECATIONS_HELPER=0
+ - env: SYMFONY_DEPRECATIONS_HELPER=0
36
+ fast_finish: true
37
38
before_install:
39
- phpenv config-rm xdebug.ini || echo "xdebug not available"
appveyor.yml
@@ -6,7 +6,8 @@ cache:
6
- '%LOCALAPPDATA%\Composer\files'
7
8
environment:
9
- APP_ENV: 'test'
+ SYMFONY_DEPRECATIONS_HELPER: weak_vendors
10
+ APP_ENV: test
install:
- ps: Set-Service wuauserv -StartupType Manual
0 commit comments