travis - update composer

This commit is contained in:
Nabeel Shahzad 2017-07-13 14:33:04 -05:00
parent 5527fb3d64
commit 574a820839

View File

@ -14,6 +14,7 @@ before_install:
before_script:
- cp .env.travis .env
- composer self-update
- composer install --no-interaction
script:
- php artisan database:create --reset