From 2ceb9fbbe689afe302e707c6760a2349be9d2647 Mon Sep 17 00:00:00 2001 From: Ciro Mattia Gonano Date: Fri, 13 Sep 2013 15:41:13 +0200 Subject: Leave vendor bindir in vendor dir --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e6accdee..f6f10ac4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,15 +2,13 @@ language: php php: - 5.3 - - 5.4 - - 5.5 before_script: - composer self-update - composer update --prefer-source --dev script: - - ./bin/phing test + - ./vendor/bin/phing test after_script: - - php ./bin/coveralls -v \ No newline at end of file + - php ./vendor/bin/coveralls -v \ No newline at end of file -- cgit v1.2.3