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

Commit 1b5543a

Browse files
committed
Try fixing the build
1 parent 189295c commit 1b5543a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ cache:
1515

1616
env:
1717
- SYMFONY_VERSION=2.6.*
18+
- SYMFONY_DEPRECATIONS_HELPER=weak
1819

1920
matrix:
2021
include:
@@ -38,7 +39,7 @@ before_install:
3839

3940
install: composer require symfony/symfony:${SYMFONY_VERSION} --prefer-dist
4041

41-
script: SYMFONY_DEPRECATIONS_HELPER=weak && phpunit --coverage-text
42+
script: phpunit --coverage-text
4243

4344
notifications:
4445
irc: "irc.freenode.org#symfony-cmf"

0 commit comments

Comments
 (0)