Try forcing test env in codeception.yml
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
# We don't use sudo here, so we can use travis' upgraded container infrastructure
|
||||
sudo: false
|
||||
|
||||
addons:
|
||||
hosts:
|
||||
- snipe-it.dev
|
||||
|
||||
@@ -24,6 +24,8 @@ modules:
|
||||
enabled:
|
||||
- Laravel4
|
||||
config:
|
||||
Laravel4:
|
||||
environment: test
|
||||
Db:
|
||||
dsn: 'mysql:host=localhost;dbname=snipeit_laravel'
|
||||
user: 'travis'
|
||||
|
||||
Reference in New Issue
Block a user