Skip to content

Commit f85cebd

Browse files
committed
No postgres server is running. Try starting it as it seems to be installed.
1 parent d323f3c commit f85cebd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ before_script:
8282
- sudo service mysql restart
8383
- mysql -u root -e 'GRANT ALL ON rounduptest.* TO rounduptest@localhost IDENTIFIED BY "rounduptest";'
8484

85+
- sudo service postgres restart; sleep 30
8586
# set up postgresql database
8687
- psql -c "CREATE ROLE rounduptest WITH CREATEDB LOGIN PASSWORD 'rounduptest';" -U postgres
8788

0 commit comments

Comments
 (0)