mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 05:14:03 +00:00
print version before running phpunit
This commit is contained in:
parent
e0b7fb6efc
commit
e1dece9e52
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ install:
|
||||||
before_script:
|
before_script:
|
||||||
- mysql -e 'CREATE DATABASE travis_tenancy;'
|
- mysql -e 'CREATE DATABASE travis_tenancy;'
|
||||||
- export DB_USERNAME=root DB_PASSWORD="" DB_DATABASE=travis_tenancy CODECOV_TOKEN="24382d15-84e7-4a55-bea4-c4df96a24a9b"
|
- export DB_USERNAME=root DB_PASSWORD="" DB_DATABASE=travis_tenancy CODECOV_TOKEN="24382d15-84e7-4a55-bea4-c4df96a24a9b"
|
||||||
|
- cat vendor/laravel/framework/src/Illuminate/Foundation/Application.php| grep 'const VERSION'
|
||||||
|
|
||||||
script: vendor/bin/phpunit -v --coverage-clover=coverage.xml
|
script: vendor/bin/phpunit -v --coverage-clover=coverage.xml
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue