Travis-CI, yay!

:\
This commit is contained in:
Eric F Crist 2018-08-23 16:16:29 -05:00
parent f9e659a540
commit 81dfc91e1a

View File

@ -9,6 +9,7 @@ addons:
env:
- PATH=/usr/bin:/bin:./
script:
- which shellcheck
- bash -c 'export SHELLCHECK_OPTS="-e SC2006"; shopt -s globstar; shellcheck **/*.sh easyrsa3/easyrsa'
- bash -c 'pwd'
- bash -c 'ls -la'