alltube/.travis.yml

8 lines
158 B
YAML
Raw Normal View History

2015-08-29 23:40:31 +00:00
language: php
install:
- composer install --no-dev
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)