Add OSX to travis

Signed-off-by: Richard Bonhomme <tincanteksup@gmail.com>
This commit is contained in:
Richard Bonhomme 2019-02-01 01:23:33 +00:00
parent e6978bef1e
commit 76d92c2af4
No known key found for this signature in database
GPG Key ID: D7D49FA009D95091

View File

@ -1,15 +1,18 @@
language: bash
matrix:
allow_failures:
language: bash
sudo: false
include:
os: linux
dist: bionic
- os: linux
dist: bionic
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
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:
- sh op_test.sh -vv