Skip to content

Commit

Permalink
Merge pull request #12707 from tenkoma/2.x-build-php73
Browse files Browse the repository at this point in the history
[2.x]PHP7.3 added to the build setting.
  • Loading branch information
markstory committed Nov 6, 2018
2 parents b1a93df + e43db36 commit dd9601d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Expand Up @@ -11,6 +11,7 @@ php:
- 7.0
- 7.1
- 7.2
- 7.3

env:
matrix:
Expand Down Expand Up @@ -41,13 +42,21 @@ matrix:

- php: 7.2
env: DB=mysql PHPUNIT=5.7.19

- php: 7.3
env: DB=mysql PHPUNIT=5.7.19
allow_failures:
- php: 7.3
env: DB=mysql PHPUNIT=5.7.19
exclude:
- php: 7.2
env: DB=mysql
- php: 7.3
env: DB=mysql


before_script:
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.2" ]] ; 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"
- echo "require_once 'vendors/autoload.php';" >> app/Config/bootstrap.php
- sudo locale-gen de_DE
Expand Down

0 comments on commit dd9601d

Please sign in to comment.