From 6496285d9bba5e018ffa5d1448d50a8f33b538e9 Mon Sep 17 00:00:00 2001 From: acknowledge Date: Thu, 8 Dec 2016 15:18:18 +0100 Subject: [PATCH] add Scrutinizer badges to readme file --- .travis.yml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5f4447d94..5008a2c1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ before_script: script: - mkdir -p build/logs - - phpunit --coverage-text --coverage-clover build/logs/clover.xml + - phpunit --coverage-text --coverage-clover=build/logs/clover.xml after_script: - wget https://scrutinizer-ci.com/ocular.phar diff --git a/README.md b/README.md index a6479dbc8..52262320f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ ASYLAMBA : Expansion Stellaire ============================== [![Build Status](https://travis-ci.org/rtfmcorp/asylamba-game.svg?branch=master)](https://travis-ci.org/rtfmcorp/asylamba-game) +[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/rtfmcorp/asylamba-game/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/rtfmcorp/asylamba-game/?branch=master) +[![Code Coverage](https://scrutinizer-ci.com/g/rtfmcorp/asylamba-game/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/rtfmcorp/asylamba-game/?branch=master) Jeu de stragégie en ligne multi-joueur. Visitez [asylamba.com](http://asylamba.com) pour tester le jeu.