Skip to content

Commit 1214e68

Browse files
author
phasenraum2010
committed
fixed #43
1 parent 5041ab4 commit 1214e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ before_install:
1414
- sudo apt-get update
1515
- sudo apt-get install language-pack-de
1616
- sudo /etc/init.d/postgresql stop
17-
- sudo /etc/init.d/postgresql start 10.2
17+
- sudo /etc/init.d/postgresql start 10
1818
before_script:
1919
- psql -c "CREATE USER kandidatentest WITH PASSWORD 'kandidatentestpwd' LOGIN SUPERUSER INHERIT CREATEDB CREATEROLE NOREPLICATION;" -U postgres
2020
- psql -c 'GRANT pg_signal_backend, postgres TO kandidatentest WITH ADMIN OPTION;' -U postgres

0 commit comments

Comments
 (0)