Archive travis.yml to easyrsa-unit-tests repository
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
parent
b3a1d54e8c
commit
f48e7fe9e3
21
.travis.yml
21
.travis.yml
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user