mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-16 18:01:38 +00:00
Switch to Docker-based infrastructure
This commit is contained in:
parent
a05be8abec
commit
2d733277e6
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
language: php
|
language: php
|
||||||
|
|
||||||
|
# use docker-container infra
|
||||||
|
sudo: false
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 5.4
|
- 5.4
|
||||||
- 5.5
|
- 5.5
|
||||||
|
@ -11,7 +14,6 @@ branches:
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- composer self-update
|
- composer self-update
|
||||||
- echo 'date.timezone = "Europe/Paris"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ant prepare
|
- ant prepare
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue