PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Sergii Pryz   NASA Near Earth Orbit API Client   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: NASA Near Earth Orbit API Client
Get near Earth orbit object data with NASA API
Author: By
Last change:
Date: 7 years ago
Size: 235 bytes
 

Contents

Class file image Download
language: php php: - "5.6" - "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