Update .travis.yml

This commit is contained in:
ksherlock 2016-01-20 09:00:36 -05:00
parent eb54d7bb79
commit 2e0cb34559
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
os: osx
language: cpp
compiler: clang
before_script: mkdir build
script: cmake --build build --target mpw
before_install:
- brew update