1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-06 06:34:04 +00:00

Create command test

This commit is contained in:
Samuel Štancl 2019-10-04 19:54:24 +02:00
parent 8c18836cca
commit 463c566eda
5 changed files with 21 additions and 4 deletions

View file

@ -20,7 +20,7 @@ before_script:
- export DB_USERNAME=root DB_PASSWORD="" DB_DATABASE=tenancy CODECOV_TOKEN="24382d15-84e7-4a55-bea4-c4df96a24a9b"
- cat vendor/laravel/framework/src/Illuminate/Foundation/Application.php| grep 'const VERSION'
script: ./test
script: ./fulltest
after_success:
- bash <(curl -s https://codecov.io/bash)