Skip to content

Instantly share code, notes, and snippets.

View tyrannosaurusjames's full-sized avatar

James Goodman tyrannosaurusjames

View GitHub Profile
mkdir scrutinizer && cd scrutinizer
# Install tools
# - Scrutinizer and composer
wget http://scrutinizer-ci.com/scrutinizer.phar
curl -sS https://getcomposer.org/installer | php
# - All needed CI tools
php composer.phar require h4cc/phpqatools:~1.2
cp -p composer.phar vendor/bin/composer