diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-09-13 16:52:09 +0200 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-09-13 16:52:09 +0200 |
commit | 67c02a59944b098b79f1d36158a8a2fb91b60199 (patch) | |
tree | e79be4f0fd5c33e972ff1bd5572acbf89398ce40 | |
parent | 814ce698f0823270cbbd28057ed95206fd9f9a27 (diff) |
Still Travis, try to update pear.
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 74436614..5b49309d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,11 +4,10 @@ php: - 5.3 before_script: - - phpunit --version + - pear upgrade-all - composer self-update - composer install --prefer-source --dev - export PATH=./bin:./vendor/bin/:$PATH - - phpunit --version script: - ./vendor/bin/phing test |