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

Commit a3136bd

Browse files
committed
remove support for php < 7.1.3
1 parent 3abd908 commit a3136bd

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.travis.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,8 @@ cache:
99

1010
matrix:
1111
include:
12-
- php: 5.5
13-
- php: 5.6
14-
- php: 7.0
1512
- php: 7.1
16-
env: SYMFONY_DEPS_VERSION=3
1713
- php: hhvm
1814

19-
before_script:
20-
- sh -c "if [ '$SYMFONY_DEPS_VERSION' = '3.0' ]; then sed -i 's/~2\.8|3\.0\.\*/3.0.*@dev/g' composer.json; composer update; fi"
21-
- sh -c "if [ '$SYMFONY_DEPS_VERSION' = '' ]; then sed -i 's/~2\.8|3\.0\.\*/2.8.*@dev/g' composer.json; composer update; fi"
22-
- travis_retry composer install
23-
2415
script:
2516
- ./vendor/bin/simple-phpunit

0 commit comments

Comments
 (0)