clipmenu

Simple clipboard management using dmenu
git clone https://git.sinitax.com/cdown/clipmenu
Log | Files | Refs | README | LICENSE | sfeed.txt

commit 1eb1e21857475f002a87beb297d6375beb50d21c
parent 190722f909e2a2ca318041cbff4c77eca4758f7e
Author: Chris Down <chris@chrisdown.name>
Date:   Sat, 22 Aug 2015 19:29:54 +0100

Add Travis CI configuration

Fixes #15.

Diffstat:
A.travis.yml | 17+++++++++++++++++
1 file changed, 17 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -0,0 +1,17 @@ +language: haskell + +install: + - cabal install shellcheck + +before_script: + - export PATH=$PATH:$HOME/.cabal/bin/ + +script: + - shellcheck -s bash clipmenu clipmenud + +matrix: + fast_finish: true + +# Enable container based Travis CI infrastructure +# http://docs.travis-ci.com/user/migrating-from-legacy/ +sudo: false