Make sure to actually set up autoloading
This commit is contained in:
parent
dca1e38f60
commit
1bb1b5f7e4
@ -1,7 +1,8 @@
|
|||||||
before_script:
|
before_script:
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
- bash build/docker_install.sh > /dev/null
|
- bash build/docker_install.sh > /dev/null
|
||||||
|
- curl -sS https://getcomposer.org/installer | php
|
||||||
|
- php composer.phar install --ignore-platform-reqs
|
||||||
services:
|
services:
|
||||||
- mysql:latest
|
- mysql:latest
|
||||||
- postgres:latest
|
- postgres:latest
|
||||||
|
Loading…
Reference in New Issue
Block a user