Recommend this page to a friend! |
Classes of Vitaly | > | Queasy DB | > | .travis.yml | > | Download |
|
![]() |
language: php php: - 7.2 before_script: - composer install - cp tests/resources/test.sqlite tests/resources/test.sqlite.temp script: phpunit after_success: - bash <(curl -s https://codecov.io/bash) |