From ad8b7ab3e87c9a48759c9df359bf0b4ca0f7aa3d Mon Sep 17 00:00:00 2001 From: RobThree Date: Wed, 6 Jun 2018 01:35:56 +0200 Subject: [PATCH] * Trying some build configurations --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 02e952b..b4d5cdc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,8 @@ php: - 7.1 - 7.2 +before_script: + - composer install + script: - vendor/bin/phpunit --coverage-text tests \ No newline at end of file