mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
17 lines
412 B
YAML
17 lines
412 B
YAML
class_name: InstallTester
|
|
modules:
|
|
enabled:
|
|
- PhpBrowser
|
|
- installHelper
|
|
config:
|
|
PhpBrowser:
|
|
url: 'http://localhost:8000/'
|
|
env:
|
|
travis:
|
|
modules:
|
|
config:
|
|
Db:
|
|
dsn: 'mysql:host=127.0.0.1;dbname=xe_test'
|
|
user: 'travis'
|
|
password: 'travis'
|
|
cleanup: true
|