diff --git a/.travis.yml b/.travis.yml index c2768e0..a370a2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,20 @@ -language: bash +matrix: + allow_failures: + language: bash + sudo: false + include: -os: linux -dist: bionic + - 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 -sudo: false + - os: osx + osx_image: xcode10.1 + script: + - sh op_test.sh -vv -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