We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Задача выполняется после задачи #94
local all postgres trust host all postgres ::1/128 trust host all postgres 127.0.0.1/32 trust host all all ::1/128 md5 host all all 127.0.0.1/32 md5
language: java jdk: - oraclejdk8 addons: postgresql: "9.6" services: - postgresql before_script: - sudo mv -f $TRAVIS_BUILD_DIR/target/test-classes/config/pg_hba.conf /etc/postgresql/9.6/main/ - sudo service postgresql restart - psql -U postgres -c "CREATE USER sqlcmd PASSWORD 'sqlcmd';" - psql -U postgres -c "CREATE DATABASE sqlcmd OWNER sqlcmd ENCODING = 'UTF8' CONNECTION LIMIT = -1;"
The text was updated successfully, but these errors were encountered:
DenysMelnychenko
No branches or pull requests
Задача выполняется после задачи #94
The text was updated successfully, but these errors were encountered: