We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c53708 commit 3792e5aCopy full SHA for 3792e5a
.travis.yml
@@ -34,6 +34,10 @@ before_install:
34
# - llvm-config --includedir
35
# - llvm-config --libdir
36
# - 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
41
42
- git submodule update --init
43
- source ./scripts/travis/before_install.sh
0 commit comments