Archive travis.yml to easyrsa-unit-tests repository

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2022-03-30 00:32:39 +01:00
parent b3a1d54e8c
commit f48e7fe9e3
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246

View File

@ -1,21 +0,0 @@
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