PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Vitaly   Queasy DB   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Queasy DB
Execute queries by accessing class variables
Author: By
Last change:
Date: 3 years ago
Size: 215 bytes
 

Contents

Class file image 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)