Skip to content

Commit 0995381

Browse files
committedOct 27, 2017
update config for travis
1 parent 3f43ec8 commit 0995381

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ php:
66
before_script:
77
- composer self-update
88
- composer install
9+
- php -S 0.0.0.0:8181 -t public &
910

1011
script: php vendor/bin/codecept run

‎tests/acceptance.suite.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ actor: AcceptanceTester
88
modules:
99
enabled:
1010
- PhpBrowser:
11-
url: http://localhost
11+
url: http://localhost:8181
1212
- \Helper\Acceptance

0 commit comments

Comments
 (0)
Please sign in to comment.