Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 189295c

Browse files
committed
Update Travis config
1 parent 003115f commit 189295c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ matrix:
2727
- php: 5.6
2828
env: SYMFONY_VERSION="3.0.x-dev as 2.8.x-dev"
2929
allow_failures:
30-
- php: 5.6
31-
env: SYMFONY_VERSION=2.7.*
3230
- php: 5.6
3331
env: SYMFONY_VERSION=2.8.*
3432
- php: 5.6
@@ -40,7 +38,7 @@ before_install:
4038

4139
install: composer require symfony/symfony:${SYMFONY_VERSION} --prefer-dist
4240

43-
script: phpunit --coverage-text
41+
script: SYMFONY_DEPRECATIONS_HELPER=weak && phpunit --coverage-text
4442

4543
notifications:
4644
irc: "irc.freenode.org#symfony-cmf"

0 commit comments

Comments
 (0)