easyrsa/.travis.yml
Richard Bonhomme 4641a3ef7f
Travis language: bash
Signed-off-by: Richard Bonhomme <tincanteksup@gmail.com>
2019-02-01 14:41:36 +00:00

23 lines
481 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