Remove travis comments that fail parsing.

This commit is contained in:
Astie Teddy 2020-09-18 22:46:41 +02:00
parent e5a8695cfd
commit 41e6e4546f
1 changed files with 2 additions and 4 deletions

View File

@ -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