From 88e739184d8bbcb67e4706721e52baa4aded91c6 Mon Sep 17 00:00:00 2001 From: Tad Fisher Date: Thu, 16 Mar 2017 15:05:01 -0700 Subject: Add travis build --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') 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 -- cgit v1.2.3