PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of T. H.   Druid PHP Client   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Druid PHP Client
Send queries to a Apache Druid service
Author: By
Last change:
Date: 4 years ago
Size: 352 bytes
 

Contents

Class file image Download
language: php sudo: false cache: directories: - $HOME/.composer/cache php: - '7.2' - '7.3' before_install: - sudo apt-get update - sudo apt-get install -y ant install: - before_script: - phpunit --version - travis_retry composer install script: - ant gitlab after_success: - travis_retry php vendor/bin/php-coveralls -v