Skip to content

Commit b974284

Browse files
committed
Forcing installation of threading models
1 parent ad5fe59 commit b974284

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ before_install:
2222
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install cppcheck; fi
2323
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then export CFLAGS='-mtune=generic'; fi
2424
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install curl; fi
25+
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install mingw; fi
2526
- curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.59.tar.gz -o libmicrohttpd-0.9.59.tar.gz
2627
- tar -xvzf libmicrohttpd-0.9.59.tar.gz
2728
- cd libmicrohttpd-0.9.59

0 commit comments

Comments
 (0)