remove travis leftovers

This commit is contained in:
Jens Kraemer
2023-11-03 15:04:49 +08:00
parent 7f0581aff2
commit 33e8d85f8f
3 changed files with 1 additions and 14 deletions

View File

@@ -1,5 +0,0 @@
# for travis debugging
# config.logger = Logger.new(STDOUT)
# config.logger.level = Logger::INFO
# config.log_level = :info

View File

@@ -1,8 +0,0 @@
test:
adapter: postgresql
encoding: unicode
pool: 5
database: travis_ci_test
user: postgres

View File

@@ -1,2 +1,2 @@
require File.expand_path(File.dirname(__FILE__) + '/../../../test/test_helper') require_relative '../../../test/test_helper'