mirror of
https://github.com/moparisthebest/wallabag
synced 2025-02-25 16:01:45 -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
|
||
|
|