Skip to content

Commit

Permalink
Fix allow_failures on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
teohhanhui committed Jul 16, 2018
1 parent 1a0df98 commit aad9c6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
- SYMFONY_DEPRECATIONS_HELPER=weak_vendors
- APP_ENV=test

matrix:
jobs:
include:
- php: '7.1'
- php: '7.2'
Expand All @@ -32,7 +32,8 @@ matrix:
- mysql -e 'CREATE DATABASE api_platform_test;'
env: APP_ENV=mysql
allow_failures:
env: SYMFONY_DEPRECATIONS_HELPER=0
- env: SYMFONY_DEPRECATIONS_HELPER=0
fast_finish: true

before_install:
- phpenv config-rm xdebug.ini || echo "xdebug not available"
Expand Down
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ cache:
- '%LOCALAPPDATA%\Composer\files'

environment:
APP_ENV: 'test'
SYMFONY_DEPRECATIONS_HELPER: weak_vendors
APP_ENV: test

install:
- ps: Set-Service wuauserv -StartupType Manual
Expand Down

0 comments on commit aad9c6b

Please sign in to comment.