1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-08-13 16:54:00 -04:00
wallabag/.travis.yml
2013-11-21 23:10:50 +01:00

12 lines
167 B
YAML

language: php
php:
- 5.4
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install
script:
- ./console tests:unit