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

Commit 6278040

Browse files
authored
fix build with sf 3.3 (#43)
fix build with sf 3.3
1 parent 0e9ef01 commit 6278040

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: php
33
php:
44
- 7.0
55
- hhvm
6-
6+
77
sudo: false
88

99
cache:
@@ -13,7 +13,9 @@ cache:
1313

1414
env:
1515
matrix: SYMFONY_VERSION=3.2.*
16-
global: SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml"
16+
global:
17+
- SYMFONY_DEPRECATIONS_HELPER=2
18+
- SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml" SYMFONY_PHPUNIT_VERSION=5.7
1719

1820
matrix:
1921
include:

0 commit comments

Comments
 (0)