Travis pushed coverage of 4b9ec488f48fb45ab752b9bfe53ced31edcfacce@master to gh-pages

This commit is contained in:
TravisCI
2015-07-13 20:56:40 +00:00
parent bbad08607b
commit 5cbe90070c
75 changed files with 1111 additions and 1105 deletions

View File

@@ -5,7 +5,7 @@
<title>Dashboard for /home/travis/build/thephpleague/oauth2-server/src/Util/KeyAlgorithm</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="../../css/bootstrap.min.css" rel="stylesheet">
<link href="../../css/nv.d3.css" rel="stylesheet">
<link href="../../css/nv.d3.min.css" rel="stylesheet">
<link href="../../css/style.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="../../js/html5shiv.min.js"></script>
@@ -138,13 +138,13 @@
<footer>
<hr/>
<p>
<small>Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 2.0.16</a> using <a href="http://php.net/" target="_top">PHP 5.6.5</a> and <a href="http://phpunit.de/">PHPUnit 4.3.5</a> at Wed May 20 17:59:02 UTC 2015.</small>
<small>Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 2.1.8</a> using <a href="http://php.net/" target="_top">PHP 5.6.5</a> and <a href="http://phpunit.de/">PHPUnit 4.3.5</a> at Mon Jul 13 20:56:26 UTC 2015.</small>
</p>
</footer>
</div>
<script src="../../js/jquery.min.js" type="text/javascript"></script>
<script src="../../js/bootstrap.min.js" type="text/javascript"></script>
<script src="../../js/holder.js" type="text/javascript"></script>
<script src="../../js/holder.min.js" type="text/javascript"></script>
<script src="../../js/d3.min.js" type="text/javascript"></script>
<script src="../../js/nv.d3.min.js" type="text/javascript"></script>
<script type="text/javascript">
@@ -219,7 +219,6 @@ $(document).ready(function() {
.showDistY(true)
.showLegend(false)
.forceX([0, 100]);
chart.scatter.onlyCircles(false);
chart.tooltipContent(function(key, y, e, graph) {
return '<p>' + graph.point.class + '</p>';
});
@@ -244,7 +243,6 @@ $(document).ready(function() {
.showDistY(true)
.showLegend(false)
.forceX([0, 100]);
chart.scatter.onlyCircles(false);
chart.tooltipContent(function(key, y, e, graph) {
return '<p>' + graph.point.class + '</p>';
});