diff options
-rw-r--r-- | .travis.yml | 11 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 13 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index cc85628..bb3623e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,14 @@ +dist: trusty + +language: bash + +addons: + apt: + sources: + - debian-sid + packages: + - shellcheck + before_script: - wget https://git.zx2c4.com/password-store/snapshot/password-store-1.7.tar.xz - tar -xvf password-store-1.7.tar.xz @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/tadfisher/pass-otp.svg?branch=master)](https://travis-ci.org/tadfisher/pass-otp) + # pass-otp A [pass](https://www.passwordstore.org/) extension for managing |