testing travis-ci #14

This commit is contained in:
Phuntsok Drak-pa 2018-05-03 13:03:09 +02:00
parent fc6c6aa9f2
commit 5e6f43dcaa
1 changed files with 4 additions and 0 deletions

View File

@ -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: