Skip to content

Commit 25218ef

Browse files
authored
No need to set msys path
1 parent 51d37a4 commit 25218ef

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ 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 -r --no-progress -y make; fi
25-
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then PATH=$PATH:/c/tools/msys64/usr/bin/ ; fi
2625
- curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.59.tar.gz -o libmicrohttpd-0.9.59.tar.gz
2726
- tar -xzf libmicrohttpd-0.9.59.tar.gz
2827
- cd libmicrohttpd-0.9.59

0 commit comments

Comments
 (0)