From 5e6f43dcaa73fe3909a6e46a6124576c000f2306 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Thu, 3 May 2018 13:03:09 +0200 Subject: [PATCH] testing travis-ci #14 --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index aa60d3a..84c270a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,6 +45,8 @@ matrix: env: BUILD_TYPE=Release BIN_DIR=bin + before_install: + brew update install: brew install cmake - os: osx @@ -53,6 +55,8 @@ matrix: env: BUILD_TYPE=Debug BIN_DIR=debug + before_install: + brew update install: brew install cmake script: