This commit is contained in:
Mark Sch 2019-12-02 17:56:38 +01:00 committed by GitHub
parent 5eed56b6e4
commit ed14b42274
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,10 @@ dist: precise
php: php:
- 5.3 - 5.3
- 5.4
- 5.5
- 5.6 - 5.6
- 7.0 - 7.0
- 7.1
- 7.2
- 7.3 - 7.3
- 7.4snapshot
env: env:
matrix: matrix:
@ -31,10 +28,10 @@ matrix:
- php: 5.4 - php: 5.4
env: DB=pgsql env: DB=pgsql
- php: 5.4 - php: 5.5
env: DB=sqlite env: DB=sqlite
- php: 7.0 - php: 7.3
env: PHPCS=1 env: PHPCS=1
- php: 7.1 - php: 7.1
@ -51,7 +48,6 @@ matrix:
- php: 7.3 - php: 7.3
env: DB=mysql env: DB=mysql
before_script: before_script:
- if [[ ${TRAVIS_PHP_VERSION:0:3} =~ ^7\.[23]$ ]] ; then pear config-set preferred_state snapshot && yes "" | pecl install mcrypt ; fi - if [[ ${TRAVIS_PHP_VERSION:0:3} =~ ^7\.[23]$ ]] ; then pear config-set preferred_state snapshot && yes "" | pecl install mcrypt ; fi
- composer require "phpunit/phpunit=$PHPUNIT" - composer require "phpunit/phpunit=$PHPUNIT"