From 77782bd493ab4f2e4dd8010bbdac63a77c059f97 Mon Sep 17 00:00:00 2001 From: Mika Tuupola Date: Sun, 9 Oct 2016 22:48:34 +0300 Subject: [PATCH] Test on PHP 7.1 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2580397..3d99a95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ php: - 5.5 - 5.6 - 7.0 + - 7.1 - hhvm before_script: @@ -21,4 +22,4 @@ after_success: cache: directories: - - $HOME/.composer/cache \ No newline at end of file + - $HOME/.composer/cache