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 ed8280a commit 5be4beeCopy full SHA for 5be4bee
.travis.yml
@@ -156,7 +156,8 @@ before_script:
156
# set up postgresql database
157
- psql -c "CREATE ROLE rounduptest WITH CREATEDB LOGIN PASSWORD 'rounduptest';" -U postgres
158
- psql -c "CREATE ROLE rounduptest_schema LOGIN PASSWORD 'rounduptest';" -U postgres
159
- - psql -c "CREATE DATABASE rounduptest_schema;GRANT CREATE ON DATABASE rounduptest_schema TO rounduptest_schema;" -U postgres
+ - psql -c "CREATE DATABASE rounduptest_schema;" -U postgres
160
+ - psql -c "GRANT CREATE ON DATABASE rounduptest_schema TO rounduptest_schema;" -U postgres
161
162
# build the .mo translation files and install them into a tree
163
# (locale/locale under roundup directory root)
0 commit comments