mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-07 17:04:34 +01:00
Remove useless .env.travis file
This commit is contained in:
parent
b0b648cf80
commit
22880b8429
@ -1,9 +0,0 @@
|
||||
APP_ENV=testing
|
||||
APP_KEY=
|
||||
|
||||
# See connections.testing in config/database.php
|
||||
DB_CONNECTION=testing
|
||||
|
||||
CACHE_DRIVER=array
|
||||
SESSION_DRIVER=array
|
||||
QUEUE_DRIVER=sync
|
@ -10,10 +10,9 @@ php:
|
||||
before_script:
|
||||
- travis_retry composer self-update
|
||||
- travis_retry composer install --no-interaction
|
||||
- cp .env.travis .env
|
||||
- cat .env
|
||||
- php artisan key:generate
|
||||
- php artisan env
|
||||
# no need to use a dedicated Travis .env file as phpunit
|
||||
# will use .env.testing by default
|
||||
|
||||
script:
|
||||
- vendor/bin/phpunit --coverage-clover=coverage.xml
|
||||
|
Loading…
Reference in New Issue
Block a user