1
0
mirror of https://github.com/moparisthebest/wallabag synced 2025-02-19 20:41:48 -05:00
wallabag/.travis.yml

13 lines
181 B
YAML
Raw Normal View History

2013-11-21 23:10:50 +01: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-23 00:17:39 +01:00
- phpunit