1
0
mirror of https://github.com/moparisthebest/wallabag synced 2025-02-25 07:51:44 -05:00
2013-08-03 19:26:54 +02:00

11 lines
140 B
YAML

language: php
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev
php:
- 5.3
- 5.4