Skip to content

Commit aad9c6b

Browse files
committed
Fix allow_failures on Travis CI
1 parent 1a0df98 commit aad9c6b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
- SYMFONY_DEPRECATIONS_HELPER=weak_vendors
1212
- APP_ENV=test
1313

14-
matrix:
14+
jobs:
1515
include:
1616
- php: '7.1'
1717
- php: '7.2'
@@ -32,7 +32,8 @@ matrix:
3232
- mysql -e 'CREATE DATABASE api_platform_test;'
3333
env: APP_ENV=mysql
3434
allow_failures:
35-
env: SYMFONY_DEPRECATIONS_HELPER=0
35+
- env: SYMFONY_DEPRECATIONS_HELPER=0
36+
fast_finish: true
3637

3738
before_install:
3839
- phpenv config-rm xdebug.ini || echo "xdebug not available"

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ cache:
66
- '%LOCALAPPDATA%\Composer\files'
77

88
environment:
9-
APP_ENV: 'test'
9+
SYMFONY_DEPRECATIONS_HELPER: weak_vendors
10+
APP_ENV: test
1011

1112
install:
1213
- ps: Set-Service wuauserv -StartupType Manual

0 commit comments

Comments
 (0)