From fdb5443d2514a74dd4f27eabffe8ee278d0b8e61 Mon Sep 17 00:00:00 2001 From: Pavel Date: Fri, 21 Jun 2019 11:43:47 +0300 Subject: [PATCH] Add PHP 7.0 to Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 17a7351..a200075 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ cache: - $HOME/.composer/cache php: + - '7.0' - '7.1' - '7.2'