Skip to content

Commit

Permalink
Attempt four to increase memory limit on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Qrious committed Mar 14, 2019
1 parent 40d5bd5 commit aae1ae0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ACFProInstallerPluginIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ public function testWithDevMasterInstallWorksCorrectly()

public function testWithBedrockInstallWorksCorrectly()
{
ini_set('memory_limit', '2G');
echo ini_get('memory_limit');
$input = new StringInput("create-project roots/bedrock {$this->testPath}");
$application = new Application();
$application->setAutoExit(false);
Expand Down

0 comments on commit aae1ae0

Please sign in to comment.