Authored by Jonas Budelmann

added .travis.yml

---
language: objective-c
before_script:
- brew update
- brew install xctool
script:
- xctool -workspace Masonry -scheme Masonry build test
\ No newline at end of file
... ...