diff options
author | sapics <gv.nishino@gmail.com> | 2019-09-19 02:09:02 +0200 |
---|---|---|
committer | sapics <gv.nishino@gmail.com> | 2019-09-19 02:09:02 +0200 |
commit | 2648cb67668d952495a8deea34c871017218dc5b (patch) | |
tree | e841da35a28aa204872558a904905416cfb29794 | |
parent | f15e51bc3450a1002d545ac61bdca2a087ad043d (diff) |
Add PHP 7.4snapshot tests on Travis
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 858e1d1eb..6e056de53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ php: - 7.1 - 7.2 - 7.3 + - 7.4snapshot - master - hhvm @@ -33,6 +34,7 @@ script: php -d zend.enable_gc=0 -d date.timezone=UTC -d mbstring.func_overload=7 matrix: allow_failures: + - php: 7.4snapshot - php: hhvm - php: master exclude: @@ -48,6 +50,8 @@ matrix: env: DB=mysql - php: 7.3 env: DB=mysql + - php: 7.4snapshot + env: DB=mysql - php: master env: DB=mysql |