alltube/.travis.yml
Pierre Rudloff 0bf363651d Codecov
2016-08-19 00:43:07 +02:00

7 lines
158 B
YAML

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