test travis docker system

This commit is contained in:
DavidBadura 2015-08-01 21:53:26 +00:00
parent 106ae230e3
commit 7da5dc409a
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
language: php
sudo: false
cache:
directories:
- $HOME/.composer/cache
php:
- 5.4
- 5.5

View File

@ -24,7 +24,7 @@ class TaskwarriorTest extends \PHPUnit_Framework_TestCase
if (file_exists(__DIR__ . '/../task')) {
$bin = realpath(__DIR__ . '/../task');
}
$this->taskwarrior = new Taskwarrior(__DIR__ . '/.taskrc', __DIR__ . '/.task', [], $bin);
$this->taskwarrior->version(); // to initialise
}