From 3cf1bd9a7c65cde87304a57a5e9c18925a97d1f2 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Sat, 13 Aug 2016 23:45:37 +0900 Subject: [PATCH] Add PHP 7.1 to Travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index ebefda75..68dcb08c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,12 @@ php: - 5.5 - 5.6 - 7.0 + - 7.1 - hhvm matrix: allow_failures: + - php: 7.1 - php: hhvm cache: