fzy

terminal fuzzy finder picker

git clone https://9o.is/git/fzy.git

commit baf89312d3116fe80259a43ee0b7abddc678a9eb
parent 7d718ada1c7a356e59af210b7cc993308dd1546c
Author: John Hawthorn <john@hawthorn.email>
Date:   Sun, 11 Oct 2020 17:55:50 -0700

Merge pull request #148 from sanjaymsh/ppc64le

Travis-ci: added support for ppc64le
Diffstat:
M.travis.yml | 27+++++++++++++++++++++------
1 file changed, 21 insertions(+), 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -1,12 +1,27 @@ dist: trusty sudo: false language: c -compiler: - - clang - - gcc -os: - - linux - - osx + +matrix: + include: + - os: linux + arch: amd64 + compiler: clang + - os: linux + arch: ppc64le + compiler: clang + - os: osx + arch: amd64 + compiler: clang + - os: linux + arch: amd64 + compiler: gcc + - os: linux + arch: ppc64le + compiler: gcc + - os: osx + arch: amd64 + compiler: gcc script: make && make check jobs: include: