fix on install for module

This commit is contained in:
Nabeel Shahzad
2017-12-02 09:34:35 -06:00
parent 61fbc7fea3
commit c530be74d0
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ before_install:
before_script:
- cp .env.travis .env
- composer self-update
- composer install --no-interaction
- composer update --no-interaction
script:
- php artisan database:create --reset