From 869cc1878325ec7c576c129146744f892ea694c4 Mon Sep 17 00:00:00 2001 From: Anton Lavrik Date: Sun, 18 Aug 2019 22:21:16 +0100 Subject: [PATCH] Fixing Travis-CI OSX build - another attempt --- .travis-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis-ci.sh b/.travis-ci.sh index 21594113..991b0e98 100755 --- a/.travis-ci.sh +++ b/.travis-ci.sh @@ -22,7 +22,7 @@ else brew upgrade python # build dependencies (Mac OS X) - brew install opam + brew install ocaml opam # optional dependencies for running tests brew install protobuf