mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
12 lines
281 B
YAML
12 lines
281 B
YAML
# `functional-travis` enviromodules:
|
|
class_name: FunctionalTester
|
|
modules:
|
|
config:
|
|
# add framework module here
|
|
Laravel5:
|
|
environment_file: .env.testing-ci
|
|
Db:
|
|
dsn: 'mysql:host=localhost;dbname=snipeit_unit'
|
|
user: 'travis'
|
|
password: ''
|