Skip to content

Commit

Permalink
Need to specify build matrix differently.
Browse files Browse the repository at this point in the history
  • Loading branch information
fancycode committed Feb 26, 2015
1 parent 4c08d8e commit dd5e818
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
env:
- PLATFORM=x86_64 WINE=wine64
- PLATFORM=i686 WINE=wine
- UNICODE=
- 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

language: cpp

Expand Down

0 comments on commit dd5e818

Please sign in to comment.