aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTad Fisher <tad@simple.com>2017-03-16 15:05:01 -0700
committerTad Fisher <tad@simple.com>2017-03-16 15:05:01 -0700
commit88e739184d8bbcb67e4706721e52baa4aded91c6 (patch)
tree91d430a92439680e847c9f1abb22f7ed6d93b0ff
parentb13ce53fc100b9c18494786deff934cb56ff1535 (diff)
Add travis build
-rw-r--r--.travis.yml10
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