1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-15 13:45:04 -05:00
wallabag/.travis.yml

13 lines
181 B
YAML
Raw Normal View History

2013-11-21 17:10:50 -05:00
language: php
php:
- 5.4
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install
script:
- ./console tests:unit
2013-11-22 18:17:39 -05:00
- phpunit