Got some more tweaks, and changes to make things work

This commit is contained in:
Vincent Sposato
2015-08-15 20:00:48 -04:00
parent 194e43d206
commit bfeb4560ca
4 changed files with 6 additions and 3 deletions

View File

@@ -30,6 +30,8 @@ before_script:
- php artisan migrate --package cartalyst/sentry --env=travis-ci --no-interaction -vvv
- php artisan migrate --env=travis-ci --no-interaction -vvv
- php artisan db:seed --env=travis-ci --no-interaction -vvv
- ./vendor/bin/codecept build
- php artisan serve
# omitting "script:" will default to phpunit
# use the $DB env variable to determine the phpunit.xml to use

View File

@@ -26,7 +26,7 @@ return array(
|
*/
'url' => 'http://snipe-it.dev',
'url' => 'http://localhost:8000',
/*
|--------------------------------------------------------------------------

View File

@@ -26,6 +26,7 @@ $app = new Illuminate\Foundation\Application;
$env = $app->detectEnvironment(array(
'local' => array('homestead','AlisonMBP'),
'travis-ci' => array('homestead','AlisonMBP'),
'staging' => array('stagingweb01'),
'production' => array('www.yourserver.com')
));

View File

@@ -14,7 +14,7 @@ modules:
PhpBrowser:
url: http://snipe-it.dev
Laravel4:
environment: travis-ci
environment: testing
filters: true
env:
@@ -22,7 +22,7 @@ env:
modules:
config:
PhpBrowser:
url: http://snipe-it.dev
url: http://localhost:8000
Laravel4:
environment: travis-ci
filters: true