Merge branch 'feature/travis' into develop

This commit is contained in:
Chris Down 2015-08-22 19:37:07 +01:00
commit 92807e1053

17
.travis.yml Normal file
View file

@ -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