mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-10 19:35:16 -05:00
15 lines
152 B
YAML
15 lines
152 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.4
|
|
|
|
branches:
|
|
only:
|
|
- dev
|
|
|
|
before_script:
|
|
- composer install
|
|
|
|
notifications:
|
|
email:
|
|
- nicolas.loeuillet@gmail.com |