easyrsa/.travis.yml
Eric F Crist 99eef5f278
More Travis-CI corrections.
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2018-12-11 19:39:08 -06:00

18 lines
337 B
YAML

language: bash
os:
- linux
sudo: false
env:
- PATH=/usr/bin:/bin:./:/usr/local/bin
script:
- which shellcheck
- shellcheck -V
- bash -c 'export SHELLCHECK_OPTS="-e SC2006"; shopt -s globstar; shellcheck **/*.sh easyrsa3/easyrsa'
- bash -c 'pwd'
- bash -c 'ls -la'
- which openssl
- openssl version
- sh -x op_test.sh