Tomb/.travis.yml
Jaromil 64daf70229 remove 'lint' target from travis CI builds
the shellcheck developer unilaterally decided removal of zsh support
https://github.com/koalaman/shellcheck/issues/298 so far ignoring all
requests to add support, so we won't run our shellcheck tests on
travis. using Devuan Jessie's 0.3.5 with our ignores still works, so
will keep testing it locally.
2017-07-21 11:45:40 +02:00

24 lines
354 B
YAML

dist: trusty
sudo: required
language: c
addons:
apt:
packages:
- zsh
- gnupg
- cryptsetup
- pinentry-curses
- gawk
- libgcrypt20-dev
- steghide
- qrencode
- e2fsprogs
before_script:
- make --directory=extras/kdf-keys
- sudo make --directory=extras/kdf-keys install
script:
- make test