1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Add parallel build to travis script

This commit is contained in:
Jordi Boggiano 2013-09-25 10:14:42 +02:00
parent b482ebe0ca
commit 38917c2047
33 changed files with 37 additions and 30 deletions

View file

@ -19,7 +19,7 @@ use Composer\DependencyResolver\Pool;
use Composer\Package\Link;
use Composer\Package\AliasPackage;
use Composer\Package\LinkConstraint\VersionConstraint;
use Composer\Test\TestCase;
use Composer\TestCase;
class DefaultPolicyTest extends TestCase
{