clipmenu-spmenu/.travis.yml

19 lines
336 B
YAML
Raw Normal View History

2015-08-22 20:29:54 +02:00
language: haskell
install:
- cabal install shellcheck
before_script:
- export PATH=$PATH:$HOME/.cabal/bin/
script:
- shellcheck -s bash clipmenu clipmenud
2017-01-15 10:48:04 +01:00
- tests/test-clipmenu
2015-08-22 20:29:54 +02:00
matrix:
fast_finish: true
# Enable container based Travis CI infrastructure
# http://docs.travis-ci.com/user/migrating-from-legacy/
sudo: false