diff --git a/.travis.yml b/.travis.yml index fe1f30c1..6d25fb13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,6 +33,7 @@ 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 diff --git a/test/ci/postgres.yml b/test/ci/postgres.yml index 0269c6e1..d3283a51 100644 --- a/test/ci/postgres.yml +++ b/test/ci/postgres.yml @@ -2,4 +2,6 @@ test: adapter: postgresql database: test + username: postgres + password: "ErgiLXF5Nr4M" encoding: utf8 \ No newline at end of file