diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..ec0f110 --- /dev/null +++ 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