From 56b9c3bccd00de530661943e1f7027c495a672a2 Mon Sep 17 00:00:00 2001 From: Tad Fisher Date: Mon, 20 Mar 2017 15:09:49 -0700 Subject: Try building for both pass 1.7 and git master --- .travis.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 4122f71..6a6070e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,10 @@ dist: trusty language: bash +env: + - PASS_VERSION=1.7 + - PASS_VERSION=master + addons: apt: sources: @@ -12,9 +16,9 @@ addons: - shellcheck before_script: - - wget https://git.zx2c4.com/password-store/snapshot/password-store-1.7.tar.xz - - tar -xvf password-store-1.7.tar.xz - - ln -s password-store-1.7/src/password-store.sh pass + - wget https://git.zx2c4.com/password-store/snapshot/password-store-$PASS_VERSION.tar.xz + - tar -xvf password-store-$PASS_VERSION.tar.xz + - ln -s password-store-$PASS_VERSION/src/password-store.sh pass - export PATH=$PATH:. - export TEST_OPTS="-v" -- cgit v1.2.3