mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-02 23:16:13 +00:00
install git on image
This commit is contained in:
parent
799cd6132b
commit
5d1efa13ea
@ -1,8 +1,11 @@
|
|||||||
|
image: chill/standard-fpm
|
||||||
services:
|
services:
|
||||||
- postgres:9.4
|
- postgres:9.4
|
||||||
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
- cd /tmp
|
||||||
|
- apt-get install -qy git
|
||||||
- composer install --dev
|
- composer install --dev
|
||||||
- cp Tests/Fixtures/App/config/parameters.travis.yml Tests/Fixtures/App/config/parameters.yml
|
- cp Tests/Fixtures/App/config/parameters.travis.yml Tests/Fixtures/App/config/parameters.yml
|
||||||
- psql -c 'create database test0;' -U postgres
|
- psql -c 'create database test0;' -U postgres
|
||||||
|
Loading…
x
Reference in New Issue
Block a user