adjust travis script to use new libzmq installer

This commit is contained in:
Michael Iedema 2014-07-16 07:18:16 +02:00
parent a73402e37b
commit 88c0a52550
1 changed files with 1 additions and 5 deletions

View File

@ -15,11 +15,6 @@ git:
before_install:
- sudo apt-get install -qq libosip2-dev
- git clone https://github.com/RangeNetworks/libzmq.git
- cd libzmq
- ./build.sh
- sudo dpkg -i *.deb
- cd ..
- git clone https://github.com/RangeNetworks/libcoredumper.git
- cd libcoredumper
- ./build.sh
@ -29,6 +24,7 @@ before_install:
- git submodule update --init
- sed -i 's/git@github.com:/git:\/\/github.com\//' ./SR/.gitmodules
- git submodule update --init --recursive
- sudo ./NodeManager/install_libzmq.sh
#install:
# - sh bootstrap.sh