From 6df210b7fb90e9ddc04afda0bf5ba23ffebe9cdd Mon Sep 17 00:00:00 2001 From: Rob Gloudemans Date: Thu, 12 May 2016 10:26:11 +0200 Subject: [PATCH] Some more updates to travis configuration --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f6b862d..4d452d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php php: - - 5.4 - 5.5 - 5.6 - 7.0 @@ -10,4 +9,4 @@ before_script: - composer self-update - composer install --prefer-source --no-interaction -script: phpunit \ No newline at end of file +script: vendor/bin/phpunit \ No newline at end of file