Skip to content

Commit 7b0d841

Browse files
authored
launch mingw shell
1 parent 314dd98 commit 7b0d841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ before_install:
2323
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install cppcheck; fi
2424
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then export CFLAGS='-mtune=generic'; fi
2525
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then export PATH=/c/tools/msys64:/c/tools/msys64/mingw64/bin:/c/tools/msys64/mingw32/bin:/c/tools/msys64/usr/bin; fi
26-
- which env;
26+
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then mingw64; fi
2727
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -Syuu; fi
2828
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -S --needed base-devel mingw-w64-i686-toolchain mingw-w64-x86_64-toolchain git; fi
2929
- curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.59.tar.gz -o libmicrohttpd-0.9.59.tar.gz

0 commit comments

Comments
 (0)