We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c08d8e commit dd5e818Copy full SHA for dd5e818
1 file changed
.travis.yml
@@ -1,8 +1,8 @@
1
env:
2
- - PLATFORM=x86_64 WINE=wine64
3
- - PLATFORM=i686 WINE=wine
4
- - UNICODE=
5
- - UNICODE=1
+ - PLATFORM=x86_64 WINE=wine64 UNICODE=
+ - PLATFORM=i686 WINE=wine UNICODE=
+ - PLATFORM=x86_64 WINE=wine64 UNICODE=1
+ - PLATFORM=i686 WINE=wine UNICODE=1
6
7
language: cpp
8
0 commit comments