Skip to content

Commit

Permalink
Disable TLF fonts to build with mingw32 in travis
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Matsuoka <[email protected]>
  • Loading branch information
cmatsuoka committed Oct 17, 2015
1 parent 06bc996 commit 27cc19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ matrix:
include:
- os: linux
compiler: i586-mingw32msvc-gcc
script: make CC="$CC" LD="$CC"
script: make CC="$CC" XCFLAGS= LD="$CC"
- os: linux
compiler: '"clang -fsanitize=address"'
script: make CC="$CC" LD="$CC" && make check
Expand Down

0 comments on commit 27cc19b

Please sign in to comment.