dist: trusty language: bash env: - PASS_VERSION=1.7 - PASS_VERSION=master addons: apt: sources: - debian-sid packages: - expect - oathtool - shellcheck before_script: - wget https://git.zx2c4.com/password-store/snapshot/password-store-$PASS_VERSION.tar.xz - tar -xvf password-store-$PASS_VERSION.tar.xz - ln -s password-store-$PASS_VERSION/src/password-store.sh pass - export PATH=$PATH:. - export TEST_OPTS="-v" install: true script: - make lint - cd test && make all notifications: email: recipients: - tadfisher@gmail.com on_success: never on_failure: always