mirror of
https://github.com/composer/composer
synced 2025-05-10 17:12:51 +00:00
Merge branch '1.4'
This commit is contained in:
commit
34dbde3873
5 changed files with 25 additions and 21 deletions
|
@ -24,10 +24,6 @@ class CacheTest extends TestCase
|
|||
|
||||
public function setUp()
|
||||
{
|
||||
if (getenv('TRAVIS')) {
|
||||
$this->markTestSkipped('Test causes intermittent failures on Travis');
|
||||
}
|
||||
|
||||
$this->root = $this->getUniqueTmpDirectory();
|
||||
$this->files = array();
|
||||
$zeros = str_repeat('0', 1000);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue