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 df05887 commit 3704700Copy full SHA for 3704700
.travis.yml
@@ -11,7 +11,7 @@ before_install:
11
- sudo apt-get update
12
- sudo apt-get install language-pack-de
13
- sudo /etc/init.d/postgresql stop
14
- - sudo /etc/init.d/postgresql start 10.1
+ - sudo /etc/init.d/postgresql start 10.2
15
before_script:
16
- psql -c "CREATE USER kandidatentest WITH PASSWORD 'kandidatentestpwd' LOGIN SUPERUSER INHERIT CREATEDB CREATEROLE NOREPLICATION;" -U postgres
17
- psql -c 'GRANT pg_signal_backend, postgres TO kandidatentest WITH ADMIN OPTION;' -U postgres
0 commit comments