alltube/.travis.yml

10 lines
164 B
YAML
Raw Normal View History

2015-08-30 01:40:31 +02:00
language: php
2016-10-18 09:44:45 +02:00
php:
- 5.6
2015-08-30 01:40:31 +02:00
install:
- composer install
2015-11-21 21:51:59 +01:00
before_install:
- composer selfupdate
2016-08-19 00:43:07 +02:00
after_success:
- bash <(curl -s https://codecov.io/bash)