Skip to content

Commit

Permalink
update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Jan 15, 2015
1 parent 875a1f2 commit 886f433
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 @@ -26,7 +26,7 @@ install:
- if [ "${WINEGCC}" == '1' ]; then sudo apt-get -qq install wine-dev; fi
- if [ "${WINEGCC}" == '1' ]; then sudo apt-get -qq install g++-4.5; fi
# mingw
- if [ "${MINGW}" == '1' ]; then sudo apt-get -qq install g++-mingw-w64; fi
#- if [ "${MINGW}" == '1' ]; then sudo apt-get -qq install g++-mingw-w64; fi
- if [ "${MINGW}" == '1' ]; then sudo apt-get -qq install mingw-w64; fi
# gcov
- if [ "${USE_COVERAGE}" = 'gcov' ]; then sudo easy_install cpp-coveralls; fi
Expand Down

0 comments on commit 886f433

Please sign in to comment.