We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5041ab4 commit 1214e68Copy full SHA for 1214e68
.travis.yml
@@ -14,7 +14,7 @@ before_install:
14
- sudo apt-get update
15
- sudo apt-get install language-pack-de
16
- sudo /etc/init.d/postgresql stop
17
- - sudo /etc/init.d/postgresql start 10.2
+ - sudo /etc/init.d/postgresql start 10
18
before_script:
19
- psql -c "CREATE USER kandidatentest WITH PASSWORD 'kandidatentestpwd' LOGIN SUPERUSER INHERIT CREATEDB CREATEROLE NOREPLICATION;" -U postgres
20
- psql -c 'GRANT pg_signal_backend, postgres TO kandidatentest WITH ADMIN OPTION;' -U postgres
0 commit comments