summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index cbff95280a..5673e2fea2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ compiler:
- clang
git:
- submodules: true
+ submodules: false
notifications:
email:
@@ -17,10 +17,10 @@ notifications:
before_install:
- if [[ "$TRAVIS_OS_NAME" = "osx" ]]; then
brew update;
- for pkg in autoconf automake autogen libtool nettle p11-kit libtasn1 gettext;do
+ for pkg in openssl autoconf automake autogen libtool nettle p11-kit libtasn1 gettext;do
brew install $pkg || true;
done;
- for pkg in nettle p11-kit libtasn1;do
+ for pkg in nettle wget p11-kit libtasn1;do
brew upgrade $pkg || true;
done;
fi