Skip to content

Commit

Permalink
Apply the czmq download fix from
Browse files Browse the repository at this point in the history
  • Loading branch information
ddpbsd committed Jun 29, 2016
1 parent 92291e7 commit b365452
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ before_script:
- sudo apt-get update -qq
- if [[ "${GEOIP}" == "yes" ]]; then ( sudo apt-get install geoip-bin geoip-database libgeoip-dev libgeoip1 ); fi
- if [[ "${PRELUDE}" == "yes" ]]; then ( sudo apt-get install libprelude-dev ); fi
- if [[ "${ZEROMQ}" == "yes" ]]; then ( sudo apt-get install libzmq3-dev
&& wget http://download.zeromq.org/czmq-2.2.0.tar.gz
&& tar xfz czmq-2.2.0.tar.gz && cd czmq-2.2.0/
- if [[ "${ZEROMQ}" == "yes" ]]; then ( sudo apt-get install libzmq3-dev libtool autoconf
&& wget https://github.com/zeromq/czmq/archive/v2.2.0.tar.gz
&& tar xzf v2.2.0.tar.gz && cd czmq-2.2.0/ && ./autogen.sh
&& ./configure && make all -j && sudo make install
); fi
- if [[ "${OSSEC_TYPE}" == "winagent" ]]; then ( sudo apt-get install aptitude && sudo aptitude -y install mingw-w64 nsis ); fi
Expand Down

0 comments on commit b365452

Please sign in to comment.