mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
11 lines
280 B
YAML
11 lines
280 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: ''
|