Files
nhgooi.nl/vendor/mockery/mockery/travis/install.sh

7 lines
137 B
Bash
Executable File

#!/bin/bash
composer install -n
if [[ $TRAVIS_PHP_VERSION == "5.6" ]]; then
composer require --dev satooshi/php-coveralls:~0.7@dev
fi