mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-15 13:45:04 -05:00
13 lines
181 B
YAML
13 lines
181 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.4
|
|
|
|
before_script:
|
|
- curl -s http://getcomposer.org/installer | php
|
|
- php composer.phar install
|
|
|
|
script:
|
|
- ./console tests:unit
|
|
- phpunit
|