Merge branch 'master' of https://github.com/szepeviktor/easy-rsa into szepeviktor-master

This commit is contained in:
Eric F Crist 2017-12-07 19:22:56 -06:00
commit bb2c290c15

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
language: bash
sudo: false
addons:
apt:
sources:
- debian-sid
packages:
- shellcheck
script:
- bash -c 'shopt -s globstar; shellcheck **/*.sh easyrsa3/easyrsa'