From a45906cfbf079abfcdf43cd6d22ac6d97a423dbf Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Tue, 15 May 2018 12:32:36 +0800 Subject: [PATCH] Bumped to PHP 7.1 in travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b105091..89a5557 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ cache: php: - 5.6 - - 7.0 + - 7.1 addons: postgresql: 9.3