From 5bbf110ef82e7f5c9c9d669b276824f90f5a151f Mon Sep 17 00:00:00 2001 From: nothink Date: Wed, 25 Jul 2018 23:32:54 +0900 Subject: [PATCH] DANGER: move to config file to root --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4b9e4a85..ea4bf1be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,8 +19,8 @@ matrix: - sudo -i -u postgres createdb szuru_test - sudo -i -u postgres psql -c "ALTER USER szuru PASSWORD 'dog';" - cd server - - cp config.yaml.dist ../config.yaml - - sed -i -e 's/^#database:$/database:\ postgres:\/\/szuru:dog@localhost:5432\/szuru_test/' ../config.yaml + - cp config.yaml.dist ../config.yaml.dist + - sed -i -e 's/^#database:$/database:\ postgres:\/\/szuru:dog@localhost:5432\/szuru_test/' ../config.yaml.dist install: - pip install -r requirements.txt - pip install -r dev-requirements.txt