PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Denis Mysenko   Geographer   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Geographer
Get country and city names in multiples languages
Author: By
Last change: r Temporarily remove 5.6 tests until its clear whats wrong
Date: 7 years ago
Size: 291 bytes
 

Contents

Class file image Download
language: php php: - 5.5 # - 5.6 - 7.0 - nightly install: - composer install --dev - mkdir -p build/logs after_script: - vendor/bin/test-reporter matrix: allow_failures: - php: nightly fast_finish: true cache: directories: - vendor - $HOME/.composer/cache