From 5784e5eb340f92d27f9fb97239a443f3bfa27921 Mon Sep 17 00:00:00 2001 From: Nafies Luthfi Date: Sat, 28 Sep 2019 22:52:20 +0800 Subject: [PATCH] Revert travis php and update phpunit command --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e6baa20..844d1a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ language: php php: - - 7.1 + - 7.0 before_script: - travis_retry composer install --prefer-source --no-interaction script: - - phpunit --bootstrap=vendor/autoload.php tests + - vendor/bin/phpunit --bootstrap=vendor/autoload.php tests