fzy

terminal fuzzy finder picker

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

.travis.yml

(650B)


      1 dist: trusty
      2 sudo: false
      3 language: c
      4 
      5 matrix:
      6    include:
      7        - os: linux
      8          arch: amd64
      9          compiler: clang
     10        - os: linux
     11          arch: ppc64le
     12          compiler: clang
     13        - os: osx
     14          arch: amd64
     15          compiler: clang
     16        - os: linux
     17          arch: amd64
     18          compiler: gcc 
     19        - os: linux
     20          arch: ppc64le
     21          compiler: gcc 
     22        - os: osx
     23          arch: amd64
     24          compiler: gcc 
     25 script: make && make check
     26 jobs:
     27   include:
     28     - stage: Acceptance Test
     29       language: ruby
     30       rvm: 2.5.1
     31       script: make acceptance
     32       addons:
     33         apt:
     34           packages:
     35           - tmux