From 41e6e4546f0fedc264b30da501981ae4ea9ef6d3 Mon Sep 17 00:00:00 2001 From: Astie Teddy Date: Fri, 18 Sep 2020 22:46:41 +0200 Subject: [PATCH] Remove travis comments that fail parsing. --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 567538f..a5fbdd0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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