From 69a79613cd59da8661247aeda4f9315b2f2f4ca0 Mon Sep 17 00:00:00 2001 From: Chaoyi Zha Date: Sat, 27 Feb 2016 16:11:51 -0500 Subject: [PATCH] Install dependencies thorugh composer on CI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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