From 855a1551785075cf500680422a4530800abfdf65 Mon Sep 17 00:00:00 2001 From: Vincent Sposato Date: Sat, 15 Aug 2015 19:05:01 -0400 Subject: [PATCH] Tweaking the configuration to work with travis - attempting hostname tweaks --- app/config/travis-ci/app.example.php | 2 +- tests/acceptance.suite.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/travis-ci/app.example.php b/app/config/travis-ci/app.example.php index 468bb576ee..ed7cf1ec2a 100755 --- a/app/config/travis-ci/app.example.php +++ b/app/config/travis-ci/app.example.php @@ -26,7 +26,7 @@ return array( | */ - 'url' => 'http://localhost', + 'url' => 'http://snipe-it.dev', /* |-------------------------------------------------------------------------- diff --git a/tests/acceptance.suite.yml b/tests/acceptance.suite.yml index a27b753e9e..c9923c21b3 100644 --- a/tests/acceptance.suite.yml +++ b/tests/acceptance.suite.yml @@ -22,7 +22,7 @@ env: modules: config: PhpBrowser: - url: http://localhost + url: http://snipe-it.dev Laravel4: environment: travis-ci filters: true \ No newline at end of file