Try forcing test env in codeception.yml

This commit is contained in:
snipe
2015-08-11 20:55:24 -07:00
parent 4726639f85
commit 9949d68341
2 changed files with 5 additions and 0 deletions

View File

@@ -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

View File

@@ -24,6 +24,8 @@ modules:
enabled:
- Laravel4
config:
Laravel4:
environment: test
Db:
dsn: 'mysql:host=localhost;dbname=snipeit_laravel'
user: 'travis'