language: php
php:
- 5.6
install:
- composer install
before_install:
- composer selfupdate
after_success:
- bash <(curl -s https://codecov.io/bash)