Create .travis.yml

This commit is contained in:
ksherlock 2016-01-20 08:56:16 -05:00
parent fc5e675a51
commit eb54d7bb79
1 changed files with 8 additions and 0 deletions

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
os: osx
language: cpp
compiler: clang
script: cmake --build build --target mpw
before_install:
- brew update
- brew install lemon
- brew install ragel