We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15cf001 commit bba8847Copy full SHA for bba8847
.travis.yml
@@ -1,6 +1,12 @@
1
before_install:
2
- - sudo apt-get update -qq
3
- - sudo apt-get install -y libzmq3-dev
+ - wget https://github.com/zeromq/libzmq/releases/download/v4.2.1/zeromq-4.2.1.tar.gz
+ - tar xvf zeromq-4.2.1.tar.gz
4
+ - cd zeromq-4.2.1
5
+ - ./configure
6
+ - make -j4
7
+ - sudo make install
8
+ # Retrun to project directory
9
+ - cd ..
10
- sudo -E ./install-protobuf.sh
11
- java -Xmx1g -version
12
- javac -J-Xmx1g -version
0 commit comments