From 89c2df1a8f9a7ce8cdb28aa21e647f23d901bfbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20BISSON?= Date: Fri, 23 Mar 2018 23:03:15 +0100 Subject: [PATCH] Corrected .travis.yml to reflect new configuration --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4f188c9..c0b3cb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,5 @@ php: - '7.0' - hhvm # on Trusty only - nightly -before_script: - - curl -sSfL -o ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar -script: -- phpunit . +before_script: composer update +script: make test