From 974c6fd1b1873a0abc4a54cee3128b39f128e4f5 Mon Sep 17 00:00:00 2001 From: Kieran Date: Tue, 13 Dec 2016 13:26:32 +0100 Subject: [PATCH] Add 7.1 to travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bfea510..dd2fd69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: php php: - 5.6 - 7.0 + - 7.1 - nightly - hhvm @@ -17,6 +18,6 @@ before_script: script: - phpunit --coverage-clover build/logs/clover.xml --configuration ./phpunit.xml.dist ./tests - + after_script: - php bin/codacycoverage clover build/logs/clover.xml