mirror of
https://github.com/wallabag/wallabag.git
synced 2024-10-31 22:28:54 +00:00
15 lines
No EOL
152 B
YAML
15 lines
No EOL
152 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.4
|
|
|
|
branches:
|
|
only:
|
|
- dev
|
|
|
|
before_script:
|
|
- composer install
|
|
|
|
notifications:
|
|
email:
|
|
- nicolas.loeuillet@gmail.com |