Skip to content

Commit

Permalink
Update .travis
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Aug 31, 2017
1 parent ede744a commit 0ec3e64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -13,7 +13,7 @@ before_install:
- |
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
# All dependencies for macOS build. Some packages has been installed by travis so use reinstall.
brew reinstall autoconf automake xmlto udns libev mbedtls libsodium asciidoc >> /dev/null 2>&1;
brew reinstall autoconf automake xmlto c-ares libev mbedtls libsodium asciidoc >> /dev/null 2>&1;
else
wget https://github.com/jedisct1/libsodium/releases/download/$LIBSODIUM_VER/libsodium-$LIBSODIUM_VER.tar.gz;
tar xvf libsodium-$LIBSODIUM_VER.tar.gz;
Expand All @@ -37,7 +37,7 @@ addons:
sources:
- george-edison55-precise-backports # cmake 3.2.3 / doxygen 1.8.3
packages:
- libudns-dev
- libc-ares-dev
- libev-dev
- asciidoc
- xmlto
Expand Down

0 comments on commit 0ec3e64

Please sign in to comment.