From 42e02fcf18d49954196d9b72f7863d7cd2307324 Mon Sep 17 00:00:00 2001 From: "karel.picman@lbcfree.net" Date: Tue, 22 Dec 2020 08:25:23 +0100 Subject: [PATCH] #1079 travis --- .travis.yml | 7 ------- test/ci/postgres.yml | 2 -- 2 files changed, 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6d25fb13..94dcc683 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,6 @@ before_script: - sudo mysql -e "CREATE USER 'dmsf'@'localhost' IDENTIFIED BY 'eGCq9ueVpUH3'"; - sudo mysql -e "GRANT ALL PRIVILEGES ON test.* TO 'dmsf'@'localhost'"; - psql -c 'create database test;' -U postgres - - psql -c "ALTER ROLE postgres WITH PASSWORD 'ErgiLXF5Nr4M'" - export WORKSPACE=`pwd`/workspace - export PATH_TO_DMSF=`pwd` - export PATH_TO_REDMINE=$WORKSPACE/redmine @@ -51,7 +50,6 @@ after_script: env: global: - - PGPORT=5433 - DB=sqlite REDMINE_GIT_TAG=4.0-stable - DB=mysql REDMINE_GIT_TAG=4.0-stable - DB=postgres REDMINE_GIT_TAG=4.0-stable @@ -67,8 +65,3 @@ services: addons: mariadb: '10.5' - postgresql: '12' - apt: - packages: - - postgresql-12 - - postgresql-client-12 diff --git a/test/ci/postgres.yml b/test/ci/postgres.yml index d3283a51..0269c6e1 100644 --- a/test/ci/postgres.yml +++ b/test/ci/postgres.yml @@ -2,6 +2,4 @@ test: adapter: postgresql database: test - username: postgres - password: "ErgiLXF5Nr4M" encoding: utf8 \ No newline at end of file