Fix macOSX

pull/117/head
Carlos Hernandez 7 years ago
parent 1f5e7bfb1e
commit 41558c522c

@ -19,7 +19,7 @@ function install_ansible {
# Mac:
if [[ "$GITSECRET_DIST" == "brew" ]]; then
brew install "$GITSECRET_GPG_DEP"
brew install gnupg
brew install gawk
fi

@ -16,7 +16,7 @@ function run_kitchen_tests {
if [[ "$GITSECRET_DIST" == "brew" ]]; then
# Only running `make test` on standard (non-docker) build,
# since it is called inside the docker container anyway.
PATH="/usr/local/opt/$GITSECRET_GPG_DEP/libexec/gpgbin:$PATH" make test
make test
fi
# Linux:

@ -78,11 +78,7 @@ matrix:
language: ruby
rvm: 2.4
- os: osx
env: GITSECRET_DIST="brew"; GITSECRET_GPG_DEP="gnupg@1.4"
sudo: false
language: generic
- os: osx
env: GITSECRET_DIST="brew"; GITSECRET_GPG_DEP="gnupg@2.0"
env: GITSECRET_DIST="brew"
sudo: false
language: generic

Loading…
Cancel
Save