fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit 01b765805909ce585a947181b954a071e9019c4e parent 31e09a021c225a8de52efa8b004e63ab03e904da Author: John Hawthorn <john.hawthorn@gmail.com> Date: Fri, 13 Jan 2017 21:21:54 -0800 Run acceptance tests on TravisCI Diffstat:
| M | .travis.yml | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -7,3 +7,15 @@ os: - linux - osx sudo: false +matrix: + include: + - language: ruby + rvm: 2.3.3 + script: make acceptance + env: NAME="Acceptance Tests" + dist: trusty + compiler: + addons: + apt: + packages: + - tmux