PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   Types 1   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Types 1
Classes and traits to implement common data types
Author: By
Last change:
Date: 25 days ago
Size: 534 bytes
 

Contents

Class file image Download
language: php sudo: false php: - 5.5 - 5.6 - 7.0 - nightly matrix: fast_finish: true include: - php: 5.5 env: - COMPOSER_FLAGS="--prefer-stable --prefer-lowest" - PHPUNIT_FLAGS="--coverage-clover build/logs/clover.xml" before_install: - travis_retry composer self-update install: - travis_retry composer update ${COMPOSER_FLAGS} --prefer-source --no-interaction script: - mkdir -p build/logs - vendor/bin/phpunit ${PHPUNIT_FLAGS} after_script: - php vendor/bin/coveralls -v