Skip to content

Commit f039498

Browse files
authored
[2.0] Fix tests (#1549)
1 parent 2fbf647 commit f039498

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ cache:
77
- $HOME/.composer/cache
88
- $HOME/.npm
99

10+
env:
11+
global:
12+
- SYMFONY_DEPRECATIONS_HELPER=weak
13+
1014
matrix:
1115
include:
1216
- php: '7.0'

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ cache:
66
- '%LOCALAPPDATA%\Composer\files'
77

88
init:
9-
- SET PATH=c:\tools\php71;%PATH%
9+
- SET PATH=c:\tools\php72;%PATH%
10+
- SET SYMFONY_DEPRECATIONS_HELPER=weak
1011

1112
install:
1213
- ps: Set-Service wuauserv -StartupType Manual
1314
- cinst -y php
14-
- cd c:\tools\php71
15+
- cd c:\tools\php72
1516
- copy php.ini-production php.ini /Y
1617
- echo date.timezone="UTC" >> php.ini
1718
- echo extension_dir=ext >> php.ini

0 commit comments

Comments
 (0)