From 56df6d5f0614f682a6fa13519b1f4257b7415ee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Mo=CC=88ller?= Date: Tue, 14 Jul 2015 10:53:08 -0400 Subject: [PATCH] Fix: Use phpunit as installed with Composer --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f7edf14..2aa52c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,4 +19,4 @@ before_script: - composer install --prefer-source --no-interaction script: - - phpunit + - vendor/bin/phpunit