Add more location tests, more travis CI fix attempts
This commit is contained in:
parent
579cc86910
commit
a527949939
5 changed files with 77 additions and 14 deletions
|
@ -3,8 +3,7 @@ dist: trusty
|
|||
php:
|
||||
- '7.0'
|
||||
- '7.1'
|
||||
- nightly
|
||||
sudo: required
|
||||
sudo: false
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.composer/cache
|
||||
|
@ -15,9 +14,9 @@ before_install:
|
|||
before_script:
|
||||
- phpenv config-rm xdebug.ini
|
||||
- cp .env.travis .env
|
||||
- composer install --no-interaction --no-scripts --prefer-dist --no-suggest
|
||||
- php artisan migrate --force -v
|
||||
- php artisan db:seed --force -v
|
||||
- composer install --no-interaction --prefer-dist --no-suggest --verbose
|
||||
- php artisan migrate -v
|
||||
- php artisan db:seed -v
|
||||
script:
|
||||
- vendor/bin/phpunit --coverage-clover=coverage.xml
|
||||
notifications:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue