easyrsa/.travis.yml
Eric F Crist 7370b01a91 .
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
2018-01-03 20:26:03 -06:00

20 lines
340 B
YAML

language: bash
sudo: false
addons:
apt:
sources:
- debian-sid
packages:
- shellcheck
env:
- PATH=/usr/bin:/bin:./
script:
- 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