aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTad Fisher <tad@simple.com>2017-03-16 15:52:03 -0700
committerTad Fisher <tad@simple.com>2017-03-16 16:17:26 -0700
commitdaa004115c43890e5ff2b9f6a3c0f5672815125b (patch)
tree131852f412ed1722c0048f4c5502742b0738e3be /.travis.yml
parent74d53f3d472452bbd25725b217e1b7a59759b8bc (diff)
Fix build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index bb3623e..ed6b706 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,9 @@ addons:
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
+ - ln -s password-store-1.7/src/password-store.sh pass
+ - export PATH=$PATH:.
+ - export TEST_OPTS="-v"
install: true