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

Commit 9bfe354

Browse files
committed
Fix tests due to Twig deprecations
1 parent 342e03a commit 9bfe354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ before_install:
3737
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
3838
- composer self-update
3939
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update
40-
40+
4141
install: composer update $COMPOSER_FLAGS --prefer-dist
4242

4343
script: phpunit --coverage-text

0 commit comments

Comments
 (0)