Skip to content

Commit d7e9388

Browse files
committed
adjust build matrix and tell phpunit bridge we need 5.7
1 parent 6ade200 commit d7e9388

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: php
22

33
php:
4-
- 5.5
5-
- 5.6
64
- 7.0
75
- hhvm
86

@@ -18,10 +16,11 @@ env:
1816
global:
1917
- SYMFONY_DEPRECATIONS_HELPER=42
2018
- SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml"
19+
- SYMFONY_PHPUNIT_VERSION=5.7
2120

2221
matrix:
2322
include:
24-
- php: 5.5
23+
- php: 5.6
2524
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
2625
- php: 7.1
2726
env: DEPS=dev SYMFONY_VERSION=3.3.*

0 commit comments

Comments
 (0)