From 9f0c719c53808ea1cec9fe07872fe625672fc27f Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sat, 6 Oct 2018 13:22:13 +0200 Subject: [PATCH] Run Shaarli's tests againt PHP 7.3 RC1 on Travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index cb81846..c6400ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ dist: trusty matrix: include: + - language: php + php: 7.3 - language: php php: 7.2 - language: php