aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: cc8562846f0a980e0aedcf448e81ebb7d7552ece (plain)
1
2
3
4
5
6
7
8
9
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