Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/upgrade'
Browse files Browse the repository at this point in the history
  • Loading branch information
holyshared committed Jan 24, 2015
2 parents e43660d + 673f325 commit 0868d0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions RoboFile.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?php

use \Robo\Tasks;
use \coverallskit\robo\CoverallsKitTasks;
use \peridot\robo\PeridotTasks;
use \coverallskit\robo\loadTasks as CoverallsKitTasks;
use \peridot\robo\loadTasks as PeridotTasks;


/**
* Class RoboFile
Expand All @@ -25,7 +26,7 @@ public function specAll()
public function coverallsUpload()
{
$result = $this->taskCoverallsKit()
->configure('coveralls.toml')
->configureBy('coveralls.toml')
->run();

return $result;
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"keywords": ["peridot", "peridot-plugin", "code coverage", "lcov report", "markdown report", "text report"],
"require": {
"cloak/cloak": "~1.4",
"peridot-php/peridot": "~1.9"
"peridot-php/peridot": "~1.11"
},
"require-dev": {
"codegyre/robo": "~0.4",
"codegyre/robo": "~0.5",
"cloak/robo-coveralls-kit": "~1.0",
"expectation/peridot-expectation": "~1.2",
"robo-peridot/robo-peridot": "~1.0"
Expand Down

0 comments on commit 0868d0e

Please sign in to comment.