From 681d789867980e4adc4ef4f4822a85c2f091b515 Mon Sep 17 00:00:00 2001 From: Maks Rafalko Date: Tue, 31 Jan 2017 00:43:43 +0300 Subject: [PATCH] Add php 7.1 to the build matrix --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 60840c1..076d58a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ php: - 5.5 - 5.6 - 7.0 + - 7.1 before_script: - composer selfupdate