diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-09-13 17:19:04 +0200 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-09-13 17:19:04 +0200 |
commit | e6e7312b1ea0e7b02d2b6c56d5fd14ea41232f80 (patch) | |
tree | 8ea6e3d21a604fcd9497a7446889b5c12e30a2a9 /.travis.yml | |
parent | 67c02a59944b098b79f1d36158a8a2fb91b60199 (diff) |
Revert back to root bindir
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 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 |