Update .travis.yml

This commit is contained in:
ksherlock 2016-01-20 09:06:42 -05:00
parent 2e0cb34559
commit c9c77d33b8
1 changed files with 5 additions and 2 deletions

View File

@ -1,8 +1,11 @@
os: osx
language: cpp
compiler: clang
before_script: mkdir build
script: cmake --build build --target mpw
before_script:
- mkdir build
- cd build
- cmake ..
script: make mpw
before_install:
- brew update
- brew install lemon