Skip to content

Commit 3792e5a

Browse files
committed
add zmq for prime_server
1 parent 0c53708 commit 3792e5a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ before_install:
3434
# - llvm-config --includedir
3535
# - llvm-config --libdir
3636
# - clang --version
37+
- sudo add-apt-repository ppa:chris-lea/libsodium -y
38+
- sudo add-apt-repository ppa:chris-lea/zeromq -y
39+
- sudo apt-get update
40+
- sudo apt-get install libsodium-dev libzmq5-dev -y
3741

3842
- git submodule update --init
3943
- source ./scripts/travis/before_install.sh

0 commit comments

Comments
 (0)