From 6a6c133dbb2384e91c52a820374a3bc8d4c3dfa6 Mon Sep 17 00:00:00 2001 From: Tomas Norre Mikkelsen Date: Wed, 5 Apr 2017 10:00:07 +0200 Subject: [PATCH] [TASK] Added PHP 7 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 99fa823..b36b340 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: php php: - 5.5 - 5.6 + - 7.0 install: - composer self-update @@ -10,4 +11,4 @@ install: script: - ./vendor/bin/phpunit --colors -c phpunit.xml --coverage-clover=unittest-coverage.clover - - ./vendor/bin/phpcs --standard=psr2 ./src \ No newline at end of file + - ./vendor/bin/phpcs --standard=psr2 ./src