summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorCiro Mattia Gonano <ciromattia@gmail.com>2013-09-13 15:41:13 +0200
committerCiro Mattia Gonano <ciromattia@gmail.com>2013-09-13 15:41:13 +0200
commit2ceb9fbbe689afe302e707c6760a2349be9d2647 (patch)
treed2d6a679c7dbdc0f5c148cc9b23ad90dc77b7f6b /.travis.yml
parent1f11ca14d95fde7b77a9f567002b1fb1363819fe (diff)
Leave vendor bindir in vendor dir
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 2 insertions, 4 deletions
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