Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix php http server run
  • Loading branch information
asbiin committed Feb 3, 2018
commit d4a905a93d8660848602cd6e01c1afb77bd5626f
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ script:
- vendor/bin/phpunit -c phpunit${DB/mysql/}.xml

# Start http server
- if [[ "$SELENIUM" == "1" ]]; then php -S 127.0.0.1:8000 -t $TRAVIS_BUILD_DIR/public $TRAVIS_BUILD_DIR/.ci/server-cc.php &; fi
- bash -c "if [[ \"$SELENIUM" == \"1\" ]]; then php -S 127.0.0.1:8000 -t $TRAVIS_BUILD_DIR/public $TRAVIS_BUILD_DIR/.ci/server-cc.php &; fi"
- if [[ "$SELENIUM" == "1" ]]; then until $(nc -z localhost 8000); do sleep 1; echo Waiting for laravel server to start...; done; fi

# Run browser tests
Expand Down
Binary file modified .travis.yml.sig
Binary file not shown.