Skip to content

Commit

Permalink
Remove more of PHP 5.6 tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
judgej committed Jun 7, 2018
1 parent b960735 commit 4c58863
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ env:
global:
- setup=basic

matrix:
include:
- php: 5.6
env: setup=lowest

install:
- if [[ $setup = 'basic' ]]; then travis_retry composer install --prefer-dist --no-interaction; fi
- if [[ $setup = 'lowest' ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-lowest --prefer-stable; fi
Expand Down

0 comments on commit 4c58863

Please sign in to comment.