Skip to content

Commit 8cddb58

Browse files
Update .travis.yml
1 parent 9c41757 commit 8cddb58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ matrix:
2222
fast_finish: true
2323

2424
before_install:
25-
- sudo apt-get update && sudo apt-get --reinstall install -qq build-essential
25+
- sudo apt-get update && sudo apt-get --reinstall install -qq build-essential libzmqpp-dev
2626
# GTest: see motivation here https://www.eriksmistad.no/getting-started-with-google-test-on-ubuntu/
2727
- sudo apt-get --reinstall install -qq libgtest-dev cmake
2828
- cd /usr/src/gtest

0 commit comments

Comments
 (0)