From 59162e73fbde0bd355255d359414f7ddb27d7655 Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Thu, 13 Jun 2013 21:52:17 +0200 Subject: [PATCH] Use composer phpunit in travis build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0de7b51285..790412a9b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,4 +68,4 @@ matrix: script: - sh tests/js/run.sh - - phpunit + - bin/phpunit