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

Commit 616be51

Browse files
author
Trevor Bernard
committed
Fix issue #34 - Use version of jzmq in ppa:trevorbernard
1 parent 29b859e commit 616be51

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +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 libzmq3-dev libpgm-dev
5-
- wget https://s3.amazonaws.com/uploads.hipchat.com/29868/194581/bu6g9pucbev19ch/jzmq_3.0.1-1_amd64.deb
6-
- sudo dpkg -i jzmq_3.0.1-1_amd64.deb
4+
- sudo apt-get install libzmq3-dev libpgm-dev jzmq
75
language: clojure
86
lein: lein2
97
script: lein2 all test

0 commit comments

Comments
 (0)