From caa90f6eb646adc9539cf12082363b8e2b89e2c5 Mon Sep 17 00:00:00 2001 From: Maciej Malarz Date: Sat, 10 Dec 2016 14:51:58 +0100 Subject: [PATCH] Adjust travis configuration --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index c8333ce..dc5e584 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ php: - 5.5 - 5.6 - 7.0 + - 7.1 - hhvm before_script: @@ -14,7 +15,3 @@ before_script: script: - ./vendor/bin/phpunit - -notifications: - email: - - malarzm@gmail.com