PHP Classes

File: libraries/vendor/cache/tag-interop/.travis.yml

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   PHP Slim Framework 3 Modular Application   libraries/vendor/cache/tag-interop/.travis.yml   Download  
File: libraries/vendor/cache/tag-interop/.travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Slim Framework 3 Modular Application
Create modular applications using Slim Framework
Author: By
Last change:
Date: 6 years ago
Size: 344 bytes
 

Contents

Class file image Download
language: php sudo: false matrix: include: - php: 7.0 cache: directories: - "$HOME/.composer/cache" install: - composer update --prefer-dist --prefer-stable script: - ./vendor/bin/phpunit --coverage-clover=coverage.xml after_success: - pip install --user codecov && codecov notifications: email: false