PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Gjero Krsteski   PIMF   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PIMF
Framework for Web application development
Author: By
Last change: Update of .travis.yml
Date: 7 months ago
Size: 823 bytes
 

Contents

Class file image Download
language: php php: - 5.6 - 7.0 - 7.1 - 7.2 sudo: false matrix: include: - php: 7.0 env: setup=stable fast_finish: true install: - composer install script: - vendor/bin/phpunit --coverage-clover=coverage.clover after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --access-token="53c569dececa0578c84587178c5f08e25df8c6e42c37bd313bf0802d2cf74a71" --format=php-clover coverage.clover notifications: webhooks: urls: - https://webhooks.gitter.im/e/cf4cb46c56710f9fc4f8 on_success: change # options: [always|never|change] default: always on_failure: always # options: [always|never|change] default: always on_start: never # options: [always|never|change] default: always email: - gjero@krsteski.de