diff options
author | Tad Fisher <tadfisher@gmail.com> | 2017-03-16 15:26:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-16 15:26:22 -0700 |
commit | aae63a395059cc445cb9299d66692b2863dcb744 (patch) | |
tree | a42e73b5ea0cebf5aa017aeeb86e509c617a895d | |
parent | fa0b88c15374efe45a73a3144dbf0c462a24b8bb (diff) | |
parent | b2cb0a1070e6ac61eea3b9ded0b7f25792baf955 (diff) | |
download | pass-otp-aae63a395059cc445cb9299d66692b2863dcb744.tar.gz pass-otp-aae63a395059cc445cb9299d66692b2863dcb744.zip |
Merge pull request #14 from tadfisher/travis
Add Travis build
-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 |