Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
internal server run command updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Jul 20, 2017
1 parent 89af557 commit a694ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ before_script:
- cp config/autoload/local.php.dist config/autoload/local.php
- ls config/autoload
- composer install -o --prefer-dist
- bin/console server:run >/dev/null 2>&1 &
- php -S 127.0.0.1:8080 -t public >/dev/null 2>&1 &

script:
- vendor/bin/codecept run
Expand Down

0 comments on commit a694ed8

Please sign in to comment.