PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Caleb   Aggregator   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Aggregator
Aggregate multiple IP addresses in single ranges
Author: By
Last change: Fix for travis missing xdebug error.
Add PHP 7.3 support to travis.
Date: 4 years ago
Size: 363 bytes
 

Contents

Class file image Download
language: php php: - '5.4' - '5.5' - '5.6' - '7.0' - '7.1' - '7.2' - '7.3' before_script: - phpenv config-rm xdebug.ini || true - travis_retry composer self-update - travis_retry composer install --no-interaction --prefer-source - composer dump-autoload -o script: - php vendor/bin/phpunit -c phpunit.xml notifications: email: false