Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 076d4aa

Browse files
committed
Support utf8 encoding in command line
See appveyor/ci#2107
1 parent 05611c5 commit 076d4aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ before_test:
2929
- bundle --version
3030

3131
test_script:
32-
- bundle exec rspec --backtrace
32+
- chcp 65001 && bundle exec rspec --backtrace
3333

3434
environment:
3535
matrix:

0 commit comments

Comments
 (0)