From 9ff39e340561afad236c31cf40403836ff779b1a Mon Sep 17 00:00:00 2001 From: Kevin Goslar Date: Sat, 8 Sep 2018 15:38:54 -0500 Subject: [PATCH 1/2] Works with MinGW on Windows --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f76b9ef..450535a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Vanilla `git diff` vs `git` and `diff-so-fancy` ## Install Installation is as simple as downloading the [diff-so-fancy](https://raw.githubusercontent.com/so-fancy/diff-so-fancy/master/third_party/build_fatpack/diff-so-fancy) script to a directory in your path. -Windows users may need to install the [Windows subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10). +Windows users may need to install [MinGW](https://sourceforge.net/projects/mingw/files/) or the [Windows subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10). `diff-so-fancy` is also available from NPM, Nix, brew, and as a package on Arch Linux. From 31b2ecf5805bbf5dd6483cee1b47969c7b15998e Mon Sep 17 00:00:00 2001 From: Steve Mao Date: Tue, 9 Oct 2018 17:59:08 +1100 Subject: [PATCH 2/2] fix tests --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index e51bb4e..e2859dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,13 +9,6 @@ perl: - 5.18 - 5.14 -matrix: - include: - - os: osx - osx_image: xcode7.3 - language: generic - perl: 5.24 - before_install: - git clone --depth 1 https://github.com/sstephenson/bats.git - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then