Skip to content

Commit

Permalink
Install dependencies thorugh composer on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cydrobolt committed Feb 27, 2016
1 parent 3182a52 commit 69a7961
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69a7961

Please sign in to comment.