PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Jorge Castro   PHP PDO One   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP PDO One
Access to database with PDO and run common queries
Author: By
Last change: Update of .travis.yml
Date: 4 years ago
Size: 234 bytes
 

Contents

Class file image Download
language: php php: - '5.6' - '7.0' - '7.1' - '7.2' - '7.3' services: - mysql before_script: - mysql -e "create database IF NOT EXISTS travisdb;" - composer install --no-interaction script: - php vendor/bin/phpunit