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-28 00:11:51 +0300
committerChaoyi Zha <summermontreal@gmail.com>2016-02-28 00:11:51 +0300
commit69a79613cd59da8661247aeda4f9315b2f2f4ca0 (patch)
tree7e5ac5c2b4ea56ee989991c9de4d0afa985acb69
parent3182a52c9578226754302ee2f2f5f60bd246c70a (diff)
Install dependencies thorugh composer on CI
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6c18a08..8811db4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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