easyrsa/.travis.yml
Eric F Crist f22cd26caa gah
2018-08-23 16:23:57 -05:00

21 lines
360 B
YAML

language: bash
sudo: false
addons:
apt:
sources:
- debian-sid
packages:
- shellcheck
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'
- which openssl
- openssl version
- sh -x op_test.sh