mirror of https://github.com/wallabag/wallabag.git
Switch to Docker-based infrastructure
This commit is contained in:
parent
a05be8abec
commit
2d733277e6
|
@ -1,5 +1,8 @@
|
|||
language: php
|
||||
|
||||
# use docker-container infra
|
||||
sudo: false
|
||||
|
||||
php:
|
||||
- 5.4
|
||||
- 5.5
|
||||
|
@ -11,7 +14,6 @@ branches:
|
|||
|
||||
before_script:
|
||||
- composer self-update
|
||||
- echo 'date.timezone = "Europe/Paris"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
||||
|
||||
script:
|
||||
- ant prepare
|
||||
|
|
Loading…
Reference in New Issue