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:28:59 +0300
committerChaoyi Zha <summermontreal@gmail.com>2016-02-14 10:28:59 +0300
commitcb3aa14908432dafe76f29fd082acde4221f3768 (patch)
tree054f057f180921d44b29a9be010c3f6cdcc1c613
parent62f58706115a5cd465aef08e41de82a7f8771dd8 (diff)
Migrate databases in travis tests
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index bc7dbf0..48a6a65 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,7 @@ services:
before_script:
- mv tests/test_env .env
- mysql -e 'CREATE DATABASE polrci;'
+ - php artisan migrate
- composer install
notifications:
email: false