Skip to content

Commit

Permalink
Corrected travis CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
scemama committed Nov 9, 2015
1 parent 003176e commit 7dc3c76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions travis_ci/install_zmq.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -x
#
# Tests the build distribution

Expand Down Expand Up @@ -30,8 +30,8 @@ tar -zxf ${ZMQ_TGZ}
pushd ${ZMQ_TGZ%.tar.gz}
./configure --without-libsodium || exit 1
make -j 8 || exit 1
cp src/.libs/libzmq.a ../lib
cp src/.libs/libzmq.so ../lib/libzmq.so.5
cp .libs/libzmq.a ../lib
cp .libs/libzmq.so ../lib/libzmq.so.5
cp include/{zmq.h,zmq_utils.h} ../lib
popd
pushd lib
Expand Down

0 comments on commit 7dc3c76

Please sign in to comment.