From ff2c893439d0846db5cfcbecdfa728233d88d95a Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Thu, 3 May 2018 12:51:28 +0200 Subject: [PATCH] testing travis-ci #12 --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index c0f2280..acac01e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,11 +44,15 @@ matrix: env: BUILD_TYPE=Release BIN_DIR=bin + install: + brew install cmake - os: osx osx_image: xcode8 env: BUILD_TYPE=Debug BIN_DIR=debug + install: + brew install cmake script: - cd build - cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE ..