Skip to content

Commit 2ee9b41

Browse files
committed
service name of postgresql not postgres??
1 parent f85cebd commit 2ee9b41

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
@@ -82,7 +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
85+
- sudo service postgresql restart; sleep 30
8686
# set up postgresql database
8787
- psql -c "CREATE ROLE rounduptest WITH CREATEDB LOGIN PASSWORD 'rounduptest';" -U postgres
8888

0 commit comments

Comments
 (0)