Try to fix Travis CI failures

This commit is contained in:
Dane Everitt 2017-06-15 23:29:19 -05:00
parent a2fe871217
commit 579cc86910
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -15,11 +15,9 @@ before_install:
before_script:
- phpenv config-rm xdebug.ini
- cp .env.travis .env
- composer self-update
- composer install --no-interaction --no-scripts
- php artisan key:generate --force
- php artisan migrate --force
- php artisan db:seed --force
- composer install --no-interaction --no-scripts --prefer-dist --no-suggest
- php artisan migrate --force -v
- php artisan db:seed --force -v
script:
- vendor/bin/phpunit --coverage-clover=coverage.xml
notifications: