Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
Fix Travis Ci builds (#561)
Browse files Browse the repository at this point in the history
* Work around the old wget version in travis ci

As a alternative the trusty image could be used:
travis-ci/travis-ci#5059

* Add OS X builds
  • Loading branch information
lgeiger authored and Ron Korving committed Sep 27, 2016
1 parent 5d54d74 commit f08b472
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
@@ -1,5 +1,9 @@
sudo: false

os:
- linux
- osx

addons:
apt:
sources:
Expand Down Expand Up @@ -36,7 +40,7 @@ before_install:
- export LD_LIBRARY_PATH=$LDHACK/lib
- export PKG_CONFIG_PATH=$LDHACK/lib/pkgconfig
- echo $PKG_CONFIG_PATH
- wget http://download.zeromq.org/zeromq-$ZMQ.tar.gz
- wget --no-check-certificate https://archive.org/download/zeromq_$ZMQ/zeromq-$ZMQ.tar.gz
- tar xzvf zeromq-$ZMQ.tar.gz
- '[ -z "$SODIUM" ] || wget https://download.libsodium.org/libsodium/releases/libsodium-$SODIUM.tar.gz'
- '[ -z "$SODIUM" ] || tar xzvf libsodium-$SODIUM.tar.gz'
Expand Down

0 comments on commit f08b472

Please sign in to comment.