PHP Classes

File: vendor/mockery/mockery/travis/after_success.sh

Recommend this page to a friend!
  Classes of Renato Lucena   PHP Pokemon Script   vendor/mockery/mockery/travis/after_success.sh   Download  
File: vendor/mockery/mockery/travis/after_success.sh
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: 214 bytes
 

Contents

Class file image Download
#!/bin/bash if [[ $TRAVIS_PHP_VERSION == "5.6" ]]; then vendor/bin/coveralls -v wget https://scrutinizer-ci.com/ocular.phar php ocular.phar code-coverage:upload --format=php-clover ./build/logs/clover.xml fi