alltube/.travis.yml

10 lines
164 B
YAML
Raw Normal View History

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