From f58215f9ba6c1873853cf6871b7d0a5b5308f058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Fri, 14 Dec 2018 17:58:13 +0100 Subject: [PATCH] Updated the CI platform --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d1ffca1..7836b87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ -dist: trusty +dist: xenial language: php notifications: {email: false} -php: '7.2' +php: ['7.2', '7.3'] install: composer install --no-interaction script: composer test