summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-04-04 23:50:27 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-04-04 23:50:27 +0300
commita9e244f9f49360d858fbbc175aa7f8c32753a03d (patch)
tree57364fb184dfaa5ba3c981592bc00b97a2120ab3 /.travis.yml
parent0896a7c0a8b45f850fd31501e1db123ffb1d2854 (diff)
use the travis installed gnupg instead of 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 f6a7daf09e..f4c78547f2 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 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: