easyrsa/.travis.yml
Eric F Crist bb5d0b4f4d
Provide more verbose output during travis runs
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2019-01-25 10:38:50 -06:00

16 lines
286 B
YAML

language: bash
os: linux
dist: bionic
sudo: false
env:
- PATH=/usr/bin:/bin:./:/usr/local/bin
script:
- openssl version
- shellcheck --version
- bash -c 'export SHELLCHECK_OPTS="-S warning -e SC2006"; shopt -s globstar; shellcheck **/*.sh easyrsa3/easyrsa'
- sh op_test.sh -vv