From b2cb0a1070e6ac61eea3b9ded0b7f25792baf955 Mon Sep 17 00:00:00 2001 From: Tad Fisher Date: Thu, 16 Mar 2017 15:11:11 -0700 Subject: Fix build --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index cc85628..bb3623e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,14 @@ +dist: trusty + +language: bash + +addons: + apt: + sources: + - debian-sid + packages: + - 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 -- cgit v1.2.3