Skip to content

Commit 738d44d

Browse files
committed
Problem: OSX build not enabled
Solution: Enable OSX build with DRAFT and latest libzmq
1 parent 21350a3 commit 738d44d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ matrix:
3939
- g++-7
4040
env:
4141
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7" ZMQ_VERSION=4.2.5 DRAFT=1
42+
- os: osx
43+
osx_image: xcode8
44+
env:
45+
- MATRIX_EVAL="brew install cmake gcc && CC=gcc-7 && CXX=g++-7" ZMQ_VERSION=4.2.5 DRAFT=1
4246

4347
sudo: required
4448

0 commit comments

Comments
 (0)