From 12ac14e7cefddb8d93766522247ef8f31549ed26 Mon Sep 17 00:00:00 2001 From: Andrey Bolonin Date: Fri, 28 Jun 2019 22:21:33 +0300 Subject: [PATCH] Update .travis.yml (#326) --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index a571568..33b4be0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,9 @@ matrix: # Latest commit to master - php: 7.2 env: STABILITY="dev" + + - php: 7.3 + env: STABILITY="dev" allow_failures: # dev-master is allowed to fail.