PHP Classes

File: vendor/myclabs/deep-copy/.travis.yml

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   Laravel Blogging Platform   vendor/myclabs/deep-copy/.travis.yml   Download  
File: vendor/myclabs/deep-copy/.travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Blogging Platform
Manage blog posts using Laravel and Bootstrap
Author: By
Last change:
Date: 4 years ago
Size: 762 bytes
 

Contents

Class file image Download
language: php sudo: false php: - '5.6' - '7.0' - '7.1' - nightly matrix: fast_finish: true include: - php: '5.6' env: COMPOSER_FLAGS="--prefer-lowest" allow_failures: - php: nightly cache: directories: - $HOME/.composer/cache/files before_install: - | if [ "$TRAVIS_PHP_VERSION" = "nightly" ]; then COMPOSER_FLAGS="$COMPOSER_FLAGS --ignore-platform-reqs" fi; install: - composer update --no-interaction --no-progress --no-suggest --prefer-dist $COMPOSER_FLAGS - wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.0/coveralls.phar before_script: - mkdir -p build/logs script: - vendor/bin/phpunit --coverage-clover build/logs/clover.xml after_script: - php coveralls.phar -v