clipmenu-spmenu/.travis.yml
2015-08-22 19:30:26 +01:00

18 lines
312 B
YAML

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