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 f85cebd commit 2ee9b41Copy full SHA for 2ee9b41
.travis.yml
@@ -82,7 +82,7 @@ before_script:
82
- sudo service mysql restart
83
- mysql -u root -e 'GRANT ALL ON rounduptest.* TO rounduptest@localhost IDENTIFIED BY "rounduptest";'
84
85
- - sudo service postgres restart; sleep 30
+ - sudo service postgresql restart; sleep 30
86
# set up postgresql database
87
- psql -c "CREATE ROLE rounduptest WITH CREATEDB LOGIN PASSWORD 'rounduptest';" -U postgres
88
0 commit comments