PHP Classes

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

Recommend this page to a friend!
  Classes of Renato Lucena   PHP Pokemon Script   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: PHP Pokemon Script
Provides an API to manage a database of Pokemons
Author: By
Last change:
Date: 6 years ago
Size: 723 bytes
 

Contents

Class file image Download
language: php php: - '5.5' - '5.6' - '7.0' - '7.1' - nightly - hhvm matrix: fast_finish: true include: - php: '5.4' env: COMPOSER_FLAGS="--prefer-lowest" allow_failures: - php: nightly - php: hhvm before_install: - | if [ "$TRAVIS_PHP_VERSION" = "nightly" ] || "$TRAVIS_PHP_VERSION" = "7.1" ]; then COMPOSER_FLAGS="$COMPOSER_FLAGS --ignore-platform-reqs" fi; install: - composer update -n --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