Skip to content

Commit 3704700

Browse files
author
phasenraum2010
committed
fixed #49
1 parent df05887 commit 3704700

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
@@ -11,7 +11,7 @@ before_install:
1111
- sudo apt-get update
1212
- sudo apt-get install language-pack-de
1313
- sudo /etc/init.d/postgresql stop
14-
- sudo /etc/init.d/postgresql start 10.1
14+
- sudo /etc/init.d/postgresql start 10.2
1515
before_script:
1616
- psql -c "CREATE USER kandidatentest WITH PASSWORD 'kandidatentestpwd' LOGIN SUPERUSER INHERIT CREATEDB CREATEROLE NOREPLICATION;" -U postgres
1717
- psql -c 'GRANT pg_signal_backend, postgres TO kandidatentest WITH ADMIN OPTION;' -U postgres

0 commit comments

Comments
 (0)