1
0
mirror of https://github.com/fenom-template/fenom.git synced 2023-08-10 21:13:07 +03:00
fenom/.travis.yml
2013-09-12 19:59:20 +04:00

15 lines
151 B
YAML

language: php
php:
- 5.3
- 5.4
- 5.5
before_script:
- composer install --dev
script:
- phpunit
after_script:
- php vendor/bin/coveralls