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

Force migrations in production Travis

This commit is contained in:
Chaoyi Zha 2016-02-14 02:31:35 -05:00
parent cb3aa14908
commit 1e8f9d9a9c

View File

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