diff options
author | sapics <gv.nishino@gmail.com> | 2019-09-19 02:09:02 +0200 |
---|---|---|
committer | sapics <gv.nishino@gmail.com> | 2019-09-22 19:39:50 +0200 |
commit | 2feb476a1200fac160960da8b890d58c697c6ce1 (patch) | |
tree | d00351fd7b8dc801ed81fba9e5d16d74e1378dfd | |
parent | c5befe65ff4c5d663d051ce405850d8f30afd137 (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 f9a6a8215..3b5d70144 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ php: - 7.1 - 7.2 - 7.3 + - 7.4snapshot - master - hhvm @@ -34,6 +35,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: @@ -49,6 +51,8 @@ matrix: env: DB=mysql - php: 7.3 env: DB=mysql + - php: 7.4snapshot + env: DB=mysql - php: master env: DB=mysql |