mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-30 12:52:24 -05:00
11 lines
140 B
YAML
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
|
|
|