Got some more tweaks, and changes to make things work
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -26,7 +26,7 @@ return array(
|
||||
|
|
||||
*/
|
||||
|
||||
'url' => 'http://snipe-it.dev',
|
||||
'url' => 'http://localhost:8000',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
@@ -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')
|
||||
));
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user