From e6e7312b1ea0e7b02d2b6c56d5fd14ea41232f80 Mon Sep 17 00:00:00 2001 From: Ciro Mattia Gonano Date: Fri, 13 Sep 2013 17:19:04 +0200 Subject: Revert back to root bindir --- .travis.yml | 6 +++--- composer.json | 5 ++++- composer.lock | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5b49309d..f82da592 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,10 +7,10 @@ before_script: - pear upgrade-all - composer self-update - composer install --prefer-source --dev - - export PATH=./bin:./vendor/bin/:$PATH + - export PATH=./bin/:$PATH script: - - ./vendor/bin/phing test + - ./bin/phing test #after_script: -# - php ./vendor/bin/coveralls -v \ No newline at end of file +# - php ./bin/coveralls -v \ No newline at end of file diff --git a/composer.json b/composer.json index a36a528b..71941da7 100644 --- a/composer.json +++ b/composer.json @@ -88,5 +88,8 @@ }, "bin" : [ "bin/prado-cli" - ] + ], + "config" : { + "bin-dir" : "bin" + } } diff --git a/composer.lock b/composer.lock index 5e765495..6713de34 100644 --- a/composer.lock +++ b/composer.lock @@ -3,7 +3,7 @@ "This file locks the dependencies of your project to a known state", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" ], - "hash": "95f56e197b8a573d5c2e50d9111091d5", + "hash": "416a71596ac601f0e2d5a922e0e2aa65", "packages": [ ], -- cgit v1.2.3