diff options
-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 |