Skip to content

Commit

Permalink
Removed php 5.6 from travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thePanz committed Jan 24, 2018
1 parent fb64812 commit b476f92
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ dist: trusty
php:
- 7.1
- 7.0
- 5.6
- hhvm
# hhvm removed as it is not fully compatible with php7
# - hhvm
- nightly

env:
# - SYMFONY_VERSION=2.3.* SOLR_VERSION=6.6.1
# - SYMFONY_VERSION=2.7.* SOLR_VERSION=6.6.1
- SYMFONY_VERSION=2.8.* SOLR_VERSION=6.6.2
- SYMFONY_VERSION=3.0.* SOLR_VERSION=6.6.2
- SYMFONY_VERSION=4.0.* SOLR_VERSION=6.6.2
Expand Down Expand Up @@ -42,10 +40,6 @@ matrix:
env: SYMFONY_VERSION=4.0.* SOLR_VERSION=6.6.2
- php: 7.0
env: SYMFONY_VERSION=4.0.* SOLR_VERSION=7.2.0
- php: 5.6
env: SYMFONY_VERSION=4.0.* SOLR_VERSION=6.6.2
- php: 5.6
env: SYMFONY_VERSION=4.0.* SOLR_VERSION=7.2.0
- php: hhvm
env: SYMFONY_VERSION=4.0.* SOLR_VERSION=6.6.2
- php: hhvm
Expand Down

0 comments on commit b476f92

Please sign in to comment.