install git on image

This commit is contained in:
Julien Fastré 2015-10-03 01:12:48 +02:00
parent 799cd6132b
commit 5d1efa13ea

View File

@ -1,8 +1,11 @@
image: chill/standard-fpm
services:
- postgres:9.4
before_script:
- cd /tmp
- apt-get install -qy git
- composer install --dev
- cp Tests/Fixtures/App/config/parameters.travis.yml Tests/Fixtures/App/config/parameters.yml
- psql -c 'create database test0;' -U postgres