summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-04-05 00:14:21 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-04-05 00:14:21 +0300
commitdcc6011ce813fc61f305d63c43d92aecfea412b8 (patch)
treeb5aea842b643743c4f5954369b1ada7b9b108ce5 /.travis.yml
parenta9e244f9f49360d858fbbc175aa7f8c32753a03d (diff)
travis uninstalls gnupg and installs gpg
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f4c78547f2..95158e59b8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,10 +26,10 @@ before_install:
- eval "$(ssh-agent -s)"
- ./.travis/decrypt-if-have-key decb6f6387c4
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew uninstall gnupg || echo; brew install gpg; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install fakeroot; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ossp-uuid; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install xz; fi
-#- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install gpg; fi
#
# Run
before_script: