From 25580b98b782500f4afde00b22eba179ea12241d Mon Sep 17 00:00:00 2001 From: Craig Duncan Date: Sun, 16 Oct 2016 16:48:44 +0100 Subject: [PATCH] [Travis] Test on PHP 7.1 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eda7549c..13962424 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ php: - 5.5 - 5.6 - 7.0 + - 7.1 - hhvm install: @@ -21,4 +22,4 @@ script: branches: only: - - master \ No newline at end of file + - master