mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 12:44:02 +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
|
|
@ -13,9 +13,9 @@ before_install:
|
|||
- docker-compose up -d
|
||||
|
||||
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:
|
||||
- travis_retry docker-compose exec test composer install --no-interaction
|
||||
- travis_retry docker-compose exec test composer install --no-interaction
|
||||
|
||||
before_script:
|
||||
- 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