32 lines
640 B
YAML
32 lines
640 B
YAML
actor: Tester
|
|
paths:
|
|
tests: tests
|
|
log: tests/_output
|
|
data: tests/_data
|
|
helpers: tests/_support
|
|
settings:
|
|
bootstrap: _bootstrap.php
|
|
colors: true
|
|
memory_limit: 1024M
|
|
coverage:
|
|
enabled: false
|
|
remote: false
|
|
include:
|
|
- app/*
|
|
exclude:
|
|
- app/storage/cache/*
|
|
remote_context_options:
|
|
http:
|
|
timeout: 60
|
|
ssl:
|
|
verify_peer: false
|
|
modules:
|
|
enabled:
|
|
- Laravel4
|
|
config:
|
|
Db:
|
|
dsn: 'mysql:host=localhost;dbname=snipeit_laravel'
|
|
user: 'travis'
|
|
password: ''
|
|
dump: tests/_data/dump.sql
|