Skip to content

Commit

Permalink
Removed unsupported PHP versions from Travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
szymach committed Sep 17, 2020
1 parent 9cbaa96 commit 1ddb25a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,15 @@ cache:

matrix:
include:
- php: 5.4
env:
- COMPOSER_FLAGS='--prefer-lowest'
- php: 5.5
- php: 5.6
- php: 7.0
- php: 7.1
- php: 7.2
- php: 7.3
- php: 7.4
env:
- COVERAGE='--coverage --coverage-xml'
# Travis has some issues with php-gd/freetype libs, not going to bother
# trying to fix them
allow_failures:
- php: 5.5

before_install:
- if [[ ! $COVERAGE ]]; then phpenv config-rm xdebug.ini; fi;
Expand Down

0 comments on commit 1ddb25a

Please sign in to comment.