Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2016-02-14 10:31:35 +0300
committerChaoyi Zha <summermontreal@gmail.com>2016-02-14 10:31:35 +0300
commit1e8f9d9a9c84ed5adceb692b392da10bb1ce6650 (patch)
tree0e39728eb63545f53866951cb3660dd041e67f74 /.travis.yml
parentcb3aa14908432dafe76f29fd082acde4221f3768 (diff)
Force migrations in production Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 48a6a65..6c18a08 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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