From 700ecb374012671b70d4ab0e471af69f86211ba8 Mon Sep 17 00:00:00 2001 From: Gemorroj Date: Fri, 23 Jun 2017 22:26:02 +0300 Subject: [PATCH] Add php 7.1 to travis (#119) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6b876f4f..aa91b6f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ php: - 5.5 - 5.6 - 7.0 + - 7.1 before_script: - curl -s https://getcomposer.org/installer | php