1
0
mirror of https://github.com/Rudloff/alltube.git synced 2024-06-27 07:35:08 +02:00
alltube/.travis.yml
2016-10-18 09:44:45 +02:00

10 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)