easyrsa/.travis.yml
2021-10-21 14:21:00 +00:00

22 lines
480 B
YAML

language: bash
sudo: false
matrix:
allow_failures:
include:
- os: linux
dist: bionic
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
- os: osx
osx_image: xcode10.1
script:
- openssl version
- sh op_test.sh -vv