Make sure to actually set up autoloading

This commit is contained in:
Timothy Warren 2018-01-25 11:31:27 -05:00
parent dca1e38f60
commit 1bb1b5f7e4
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
before_script:
# Install dependencies
- bash build/docker_install.sh > /dev/null
- curl -sS https://getcomposer.org/installer | php
- php composer.phar install --ignore-platform-reqs
services:
- mysql:latest
- postgres:latest