clipmenu-spmenu/.travis.yml
Sohalt 71f4394b42 use travis ci xenial build environment (#93)
Travis CI ships shellcheck with the xenial build environment. Using this avoids manually installing shellcheck every time and should speed things up.
2018-11-08 17:38:03 +00:00

11 lines
133 B
YAML

language: bash
dist: xenial
script:
- shellcheck -s bash clipmenu clipmenud
- tests/test-clipmenu
matrix:
fast_finish: true