PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Sergii Pryz   PHP Location Based Search API   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Location Based Search API
API server for searching places near a location
Author: By
Last change:
Date: 7 years ago
Size: 225 bytes
 

Contents

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