mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-15 21:55:09 -05:00
12 lines
167 B
YAML
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
|