Skip to content

Commit

Permalink
Debug19
Browse files Browse the repository at this point in the history
  • Loading branch information
polothy committed Jan 31, 2018
1 parent cc558e0 commit 1f28688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: php

sudo: true
sudo: false

addons:
firefox: "47.0.1"
Expand Down
2 changes: 1 addition & 1 deletion src/Command/BehatCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ private function startServerProcesses($seleniumJarFile, InputInterface $input)
$selenium->disableOutput();
$selenium->start();

$sprintf = sprintf('php -S localhost:8080 > %s/phpserver', $this->moodle->directory);
$sprintf = sprintf('php -S 127.0.0.1:8080 > %s/phpserver', $this->moodle->directory);

echo $sprintf.PHP_EOL;

Expand Down

0 comments on commit 1f28688

Please sign in to comment.