test travis docker system
This commit is contained in:
parent
106ae230e3
commit
7da5dc409a
@ -1,5 +1,11 @@
|
|||||||
language: php
|
language: php
|
||||||
|
|
||||||
|
sudo: false
|
||||||
|
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- $HOME/.composer/cache
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 5.4
|
- 5.4
|
||||||
- 5.5
|
- 5.5
|
||||||
|
@ -24,7 +24,7 @@ class TaskwarriorTest extends \PHPUnit_Framework_TestCase
|
|||||||
if (file_exists(__DIR__ . '/../task')) {
|
if (file_exists(__DIR__ . '/../task')) {
|
||||||
$bin = realpath(__DIR__ . '/../task');
|
$bin = realpath(__DIR__ . '/../task');
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->taskwarrior = new Taskwarrior(__DIR__ . '/.taskrc', __DIR__ . '/.task', [], $bin);
|
$this->taskwarrior = new Taskwarrior(__DIR__ . '/.taskrc', __DIR__ . '/.task', [], $bin);
|
||||||
$this->taskwarrior->version(); // to initialise
|
$this->taskwarrior->version(); // to initialise
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user