Skip to content

Commit 8d84f9a

Browse files
committed
Problem: cmake already pre-installed on OSX
Solution: do not try to install cmake on OSX and add clang as used compiler explicitly
1 parent 6cd57fa commit 8d84f9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ matrix:
2525

2626
- os: osx
2727
osx_image: xcode9.1
28-
env:
29-
- MATRIX_EVAL="brew install cmake" ZMQ_VERSION=4.2.5 DRAFT=1
28+
compiler: clang
29+
env: ZMQ_VERSION=4.2.5 DRAFT=1
3030

3131
##########################################################
3232
# GCC on Linux

0 commit comments

Comments
 (0)