diff options
author | Tad Fisher <tad@simple.com> | 2017-03-16 15:05:01 -0700 |
---|---|---|
committer | Tad Fisher <tad@simple.com> | 2017-03-16 15:05:01 -0700 |
commit | 88e739184d8bbcb67e4706721e52baa4aded91c6 (patch) | |
tree | 91d430a92439680e847c9f1abb22f7ed6d93b0ff | |
parent | b13ce53fc100b9c18494786deff934cb56ff1535 (diff) | |
download | pass-otp-88e739184d8bbcb67e4706721e52baa4aded91c6.tar.gz pass-otp-88e739184d8bbcb67e4706721e52baa4aded91c6.zip |
Add travis build
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..cc85628 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +before_script: + - wget https://git.zx2c4.com/password-store/snapshot/password-store-1.7.tar.xz + - tar -xvf password-store-1.7.tar.xz + - export PATH=$PATH:$PWD/password-store-1.7/src + +install: true + +script: + - make lint + - cd test && make all |