summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTakahiro Nishino <gv.nishino@gmail.com>2018-12-27 03:51:38 +0100
committersapics <gv.nishino@gmail.com>2018-12-27 03:58:29 +0100
commita549de169a98bb0a91d2161de3c10823b33946a2 (patch)
tree009d50507f04a58b371b1d17013fb42a30910ffb /.travis.yml
parent292ad891948676ecc97ab7636e99dbb5aab1b0e4 (diff)
Add PHP 7.3 tests on Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f84b6f331..963d2cd2f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,7 @@ php:
- 7.0
- 7.1
- 7.2
+ - 7.3
- master
- hhvm
@@ -45,6 +46,8 @@ matrix:
env: DB=mysql
- php: 7.2
env: DB=mysql
+ - php: 7.3
+ env: DB=mysql
- php: master
env: DB=mysql