Fix traivs, nicer output for tests

This commit is contained in:
Dane Everitt 2018-02-10 14:57:19 -06:00
parent 21841849a3
commit e22d824c2d
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 168 additions and 5 deletions

View file

@ -1,8 +1,6 @@
language: php
dist: trusty
php:
- 7.0
- 7.1
- 7.2
sudo: false
cache:
@ -15,7 +13,7 @@ before_install:
before_script:
- echo 'opcache.enable_cli=1' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- cp .env.travis .env
- composer install --no-interaction --prefer-dist --no-suggest
- travis_retry composer install --no-interaction --prefer-dist --no-suggest
- php artisan migrate --seed
script:
- vendor/bin/phpunit --coverage-clover coverage.xml