mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-21 12:32:04 +02: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:
|
before_script:
|
||||||
- travis_retry composer self-update
|
- travis_retry composer self-update
|
||||||
- travis_retry composer install --no-interaction
|
- travis_retry composer install --no-interaction
|
||||||
- cp .env.travis .env
|
|
||||||
- cat .env
|
|
||||||
- php artisan key:generate
|
- 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:
|
script:
|
||||||
- vendor/bin/phpunit --coverage-clover=coverage.xml
|
- vendor/bin/phpunit --coverage-clover=coverage.xml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user