1
0
mirror of https://github.com/moparisthebest/wallabag synced 2025-02-25 16:01:45 -05:00

11 lines
140 B
YAML
Raw Normal View History

2013-08-03 19:26:54 +02:00
language: php
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev
php:
- 5.3
- 5.4