Mercurial > p > roundup > code
diff .travis.yml @ 5783:d8c398d11a7f
No postgres server is running. Try starting it as it seems to be installed.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 10 Jun 2019 19:32:55 -0400 |
| parents | 13a80545c774 |
| children | 78de5419a0ec |
line wrap: on
line diff
--- a/.travis.yml Mon Jun 10 19:21:49 2019 -0400 +++ b/.travis.yml Mon Jun 10 19:32:55 2019 -0400 @@ -82,6 +82,7 @@ - sudo service mysql restart - mysql -u root -e 'GRANT ALL ON rounduptest.* TO rounduptest@localhost IDENTIFIED BY "rounduptest";' + - sudo service postgres restart; sleep 30 # set up postgresql database - psql -c "CREATE ROLE rounduptest WITH CREATEDB LOGIN PASSWORD 'rounduptest';" -U postgres
