rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit 745685492f073f1853324f82342ffdfbf66d13d9
parent 5ddfc1e025f955532027c77919f1d00019d9932f
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Tue, 13 Oct 2015 00:24:29 +0200

Update .travis.yml
Diffstat:
M.travis.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -17,6 +17,7 @@ before_script: - wget https://phar.phpunit.de/phpunit.phar - chmod +x phpunit.phar - mysql -e 'create database RPICMS;' + - composer require codeclimate/php-test-reporter --dev #RunTests script: php phpunit.phar --configuration phpunit_$DB.xml --verbose #Webhook for Gitter