diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-09-13 15:07:11 +0200 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-09-13 15:07:11 +0200 |
commit | efa2cbbb93efe996605436bdb2277f9879afd376 (patch) | |
tree | 312bd416c13dbd99451272b63f1dbd1b5f7ab76d /.travis.yml | |
parent | 394ba0bcb0018ee6b1b7d736b7127c6b60e5e563 (diff) |
Add coveralls to require-dev and update composer
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 367e87f5..57e1082e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,14 @@ language: php php: - 5.3 - 5.4 + - 5.5 before_script: - - COMPOSER_PROCESS_TIMEOUT=10000 composer install + - composer self-update + - composer install script: - - ./bin/phing test
\ No newline at end of file + - ./bin/phing test + +after_script: + - php ./bin/coveralls -v
\ No newline at end of file |