From 08b61d08e9e869b86b0b986a1451d53eb0f82b24 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Tue, 30 Aug 2016 12:02:21 -0400 Subject: [PATCH] Make sure to use the version of phpunit I actually install --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 06518770..9332f25a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,13 +10,9 @@ php: - hhvm - nightly - -before_script: - - composer global require "phpunit/phpunit:5.*" - script: - mkdir -p build/logs - - phpunit -c build + - vendor/bin/phpunit -c build services: - redis