Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit 29b859e

Browse files
author
Trevor Bernard
committed
Fix issue #34 - Update .travis.yml to reflect the new libzmq in ppa:trevorbernard
1 parent b391bac commit 29b859e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
before_install:
22
- sudo add-apt-repository ppa:trevorbernard/zeromq -y
33
- sudo apt-get update -y
4-
- sudo apt-get install libzmq-dev libpgm-dev
4+
- sudo apt-get install libzmq3-dev libpgm-dev
55
- wget https://s3.amazonaws.com/uploads.hipchat.com/29868/194581/bu6g9pucbev19ch/jzmq_3.0.1-1_amd64.deb
66
- sudo dpkg -i jzmq_3.0.1-1_amd64.deb
77
language: clojure

0 commit comments

Comments
 (0)