add missing listener files

This commit is contained in:
Nabeel Shahzad
2017-12-02 10:26:25 -06:00
parent 78cd6d3328
commit 68039f6a5a
8 changed files with 50 additions and 12 deletions

View File

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