Skip to content

Commit 23b6f25

Browse files
h4kunadg
authored andcommitted
travis: Exactly defined collate for create database. (#154)
1 parent 13b913c commit 23b6f25

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
@@ -34,7 +34,7 @@ before_script:
3434
- cp ./tests/databases.travis.ini ./tests/Database/databases.ini
3535

3636
# Create Postgre database
37-
- psql -c 'CREATE DATABASE nette_test' -U postgres
37+
- psql -c "CREATE DATABASE nette_test WITH ENCODING 'UTF8' LC_COLLATE='POSIX' TEMPLATE=template0" -U postgres
3838

3939
after_script:
4040
# Report Code Coverage

0 commit comments

Comments
 (0)