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 14506d0 commit 4b072ecCopy full SHA for 4b072ec
.travis.yml
@@ -34,7 +34,7 @@ before_script:
34
- cp ./tests/databases.travis.ini ./tests/Database/databases.ini
35
36
# Create Postgre database
37
- - psql -c 'CREATE DATABASE nette_test' -U postgres
+ - psql -c "CREATE DATABASE nette_test WITH ENCODING 'UTF8' LC_COLLATE='POSIX' TEMPLATE=template0" -U postgres
38
39
after_script:
40
# Report Code Coverage
0 commit comments