alltube/.travis.yml
2016-10-18 09:44:45 +02:00

9 lines
164 B
YAML

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