Skip to content

Commit

Permalink
Fix PHP 5.6 and 7.0 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Dec 3, 2019
1 parent fd982aa commit b768ada
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ language: php
dist: bionic

php:
- "5.6"
- "7.0"
- "7.1"
- "7.2"
- "7.3"
Expand All @@ -18,6 +16,10 @@ matrix:
dist: trusty
- php: 5.5
dist: trusty
- php: 5.6
dist: xenial
- php: 7.0
dist: xenial

install: travis_retry composer install --no-interaction --prefer-source

Expand Down

0 comments on commit b768ada

Please sign in to comment.