1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-16 19:02:23 +02:00

Install dependencies thorugh composer on CI

This commit is contained in:
Chaoyi Zha 2016-02-27 16:11:51 -05:00
parent 3182a52c95
commit 69a79613cd

View File

@ -5,6 +5,7 @@ php:
services:
- mysql
before_script:
- composer install
- mv tests/test_env .env
- mysql -e 'CREATE DATABASE polrci;'
- php artisan migrate --force