Remove travis comments that fail parsing.
This commit is contained in:
parent
e5a8695cfd
commit
41e6e4546f
@ -54,11 +54,9 @@ before_install:
|
||||
export mingw64="$msys2 -mingw64 -full-path -here -c "\"\$@"\" --"
|
||||
export msys2+=" -msys2 -c "\"\$@"\" --"
|
||||
$msys2 pacman --sync --noconfirm --needed mingw-w64-x86_64-toolchain
|
||||
## Install more MSYS2 packages from https://packages.msys2.org/base here
|
||||
taskkill //IM gpg-agent.exe //F # https://travis-ci.community/t/4967
|
||||
taskkill //IM gpg-agent.exe //F
|
||||
export PATH=/C/tools/msys64/mingw64/bin:$PATH
|
||||
export MAKE="$mingw64 make" # Change make
|
||||
|
||||
export MAKE="$mingw64 make"
|
||||
$msys2 pacman -S mingw-w64-x86_64-toolchain
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user