mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 01:02:24 +01:00
Merge pull request #501 from deployphp/fixed-travis-ci-build-fails
Fixed Travis CI build fails follow @MaartenStaa suggestion
This commit is contained in:
commit
0f0b9a81e4
@ -9,7 +9,7 @@ use \Deployer\Helper\RecipeTester;
|
||||
|
||||
class RemoteServerTest extends RecipeTester
|
||||
{
|
||||
const IP_REG_EXP = '#^::1#';
|
||||
const IP_REG_EXP = '#^((::1)|(127.0.0.1))#';
|
||||
|
||||
/**
|
||||
* @var \Deployer\Type\Result
|
||||
|
Loading…
x
Reference in New Issue
Block a user