PHP Classes

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

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

Contents

Class file image Download
#!/bin/bash if [[ $TRAVIS_PHP_VERSION != "hhvm" \ && $TRAVIS_PHP_VERSION != "hhvm-nightly" \ && $TRAVIS_PHP_VERSION != "7.0" ]]; then phpenv config-add ./travis/extra.ini phpenv rehash fi if [[ $TRAVIS_PHP_VERSION == "5.6" ]]; then sed '/MockeryPHPUnitIntegration/d' -i ./phpunit.xml.dist fi