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

Commit

Permalink
remove support for php < 7.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alcalyn committed Apr 25, 2018
1 parent 3abd908 commit a3136bd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,8 @@ cache:

matrix:
include:
- php: 5.5
- php: 5.6
- php: 7.0
- php: 7.1
env: SYMFONY_DEPS_VERSION=3
- php: hhvm

before_script:
- 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"
- sh -c "if [ '$SYMFONY_DEPS_VERSION' = '' ]; then sed -i 's/~2\.8|3\.0\.\*/2.8.*@dev/g' composer.json; composer update; fi"
- travis_retry composer install

script:
- ./vendor/bin/simple-phpunit

0 comments on commit a3136bd

Please sign in to comment.