Skip to content

Commit

Permalink
Merge b456bde into e42d8da
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Aug 23, 2020
2 parents e42d8da + b456bde commit e524607
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ env:
- XCC=clang HOST= WINE=
- XCC=gcc HOST= WINE=
- XCC=i686-w64-mingw32-gcc HOST="--host=i686-w64-mingw32" WINE=wine
- XCC=i586-mingw32msvc-gcc HOST="--host=i586-mingw32msvc" WINE=wine
- XCC=x86_64-w64-mingw32-gcc HOST="--host=x86_64-w64-mingw32" WINE=wine64
- XCC=gcc HOST= WINE= GCOV="--enable-gcov"

Expand All @@ -16,7 +15,6 @@ before_install:
- "if [ x$XCC = xclang ]; then sudo apt-get install -qq clang; fi"
- "if [ x$XCC = xgcc ]; then sudo apt-get install -qq gcc; fi"
- "if [ x$XCC = xi686-w64-mingw32-gcc ]; then sudo apt-get install -qq gcc-mingw-w64-i686 binutils-mingw-w64-i686; fi"
- "if [ x$XCC = xi586-mingw32msvc-gcc ]; then sudo apt-get install -qq mingw32; fi"
- "if [ x$XCC = xx86_64-w64-mingw32-gcc ]; then sudo apt-get install -qq gcc-mingw-w64-x86-64 binutils-mingw-w64-x86-64; fi"
- "if [ x$GCOV != x ]; then sudo apt-get install libyaml-dev; fi"
- "if [ x$GCOV != x ]; then sudo pip install cpp-coveralls pyyaml; fi"
Expand Down

0 comments on commit e524607

Please sign in to comment.