Skip to content

Commit 20c1ef8

Browse files
committed
Merge pull request #35 from stof/patch-1
Fix the check for strict deprecations
2 parents 711b888 + ebb7b35 commit 20c1ef8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ matrix:
1212
fast_finish: true
1313
include:
1414
- php: 5.3
15-
env: deps="low"
15+
env: deps="low" SYMFONY_DEPRECATIONS_HELPER=weak
1616
- php: 5.6
17-
env: SYMFONY_VERSION='2.3.*' SYMFONY_DEPRECATIONS_HELPER=strict
17+
env: SYMFONY_VERSION='2.3.*'
1818
- php: 5.6
1919
env: SYMFONY_VERSION='2.7.*'
2020

2121
env:
2222
global:
23-
- SYMFONY_DEPRECATIONS_HELPER=weak
23+
- SYMFONY_DEPRECATIONS_HELPER=strict
2424

2525
before_script:
2626
- composer self-update

0 commit comments

Comments
 (0)