mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 12:04:03 +00:00
Consistent indentation in travis.yml
This commit is contained in:
parent
5c2698938e
commit
b9c521a4ee
1 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ env:
|
||||||
|
|
||||||
# language: php
|
# language: php
|
||||||
# php:
|
# php:
|
||||||
# - '7.4'
|
# - '7.4'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
|
@ -13,9 +13,9 @@ before_install:
|
||||||
- docker-compose up -d
|
- docker-compose up -d
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- travis_retry docker-compose exec test composer require --no-interaction "laravel/framework:$LARAVEL_VERSION"
|
- travis_retry docker-compose exec test composer require --no-interaction "laravel/framework:$LARAVEL_VERSION"
|
||||||
install:
|
install:
|
||||||
- travis_retry docker-compose exec test composer install --no-interaction
|
- travis_retry docker-compose exec test composer install --no-interaction
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- export DB_USERNAME=root DB_PASSWORD="" DB_DATABASE=tenancy CODECOV_TOKEN="24382d15-84e7-4a55-bea4-c4df96a24a9b"
|
- export DB_USERNAME=root DB_PASSWORD="" DB_DATABASE=tenancy CODECOV_TOKEN="24382d15-84e7-4a55-bea4-c4df96a24a9b"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue