From 6f1b95088e3af0c8928e549fc42d5a7802a4f655 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Thu, 9 Feb 2017 13:26:23 +0100 Subject: [PATCH] First class support for PHP7 and HHVM --- .travis.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 55c8e85f..94d55bc3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,13 +7,8 @@ php: - 7 - hhvm -matrix: - allow_failures: - - php: 7 - - php: hhvm - -before_script: - - composer install --dev --prefer-source +install: + - composer install --no-interaction script: - ./vendor/bin/phpunit --coverage-text