PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Reinder Reinders   PHP Binary Flags   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Binary Flags
Manage a group of boolean flags using integers
Author: By
Last change: remove hhvm build
Add PHP versions to test and keep compatibility with PHP 5.6
Date: 3 years ago
Size: 551 bytes
 

Contents

Class file image Download
language: php sudo: false dist: trusty cache: directories: - $HOME/.composer/cache php: - '5.4' - '5.5' - '5.6' - '7.0' - '7.1' - '7.2' - '7.3' - nightly before_script: - if [ "$TRAVIS_PHP_VERSION" = "7.3" ]; then travis_retry composer require satooshi/php-coveralls; fi - travis_retry composer install --no-ansi --no-dev --no-interaction --no-progress --no-scripts --optimize-autoloader script: - ant travis after_success: - if [ "$TRAVIS_PHP_VERSION" = "7.3" ]; then travis_retry php vendor/bin/coveralls -v; fi