PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Sergii Pryz   PHP CSV Import to MySQL   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP CSV Import to MySQL
Import user data from CSV files into MySQL
Author: By
Last change:
Date: 4 years ago
Size: 215 bytes
 

Contents

Class file image Download
language: php php: - "7.0" before_script: - composer install script: - mkdir -p build/logs - phpunit -c phpunit.xml.dist --coverage-clover build/logs/clover.xml after_script: - php vendor/bin/coveralls