From 80e66cc4d90bf8c15d1a5f6e3152e90147f00772 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sat, 6 Aug 2016 19:55:02 +0200 Subject: normalizes indentation and whitespace across the project --- ci/travis.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci') diff --git a/ci/travis.rb b/ci/travis.rb index ddbc8520e6..1d658bae47 100755 --- a/ci/travis.rb +++ b/ci/travis.rb @@ -137,8 +137,8 @@ class Build end if ENV["GEM"]=="aj:integration" - ENV["QC_DATABASE_URL"] = "postgres://postgres@localhost/active_jobs_qc_int_test" - ENV["QUE_DATABASE_URL"] = "postgres://postgres@localhost/active_jobs_que_int_test" + ENV["QC_DATABASE_URL"] = "postgres://postgres@localhost/active_jobs_qc_int_test" + ENV["QUE_DATABASE_URL"] = "postgres://postgres@localhost/active_jobs_que_int_test" end results = {} -- cgit v1.2.3