PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   Selective PHP Image Manipulation   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Selective PHP Image Manipulation
Perform several types of image manipulation
Author: By
Last change:
Date: 1 year ago
Size: 572 bytes
 

Contents

Class file image Download
language: php php: - 7.1 - 7.2 - 7.3 dist: xenial addons: apt: packages: - ant # This triggers builds to run on the new TravisCI infrastructure. # See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/ sudo: false ## Cache composer cache: directories: - $HOME/.composer/cache before_script: - travis_retry composer self-update - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist - cd $TRAVIS_BUILD_DIR script: - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover