Browse Source

added .travis.yml

Jonas Budelmann 12 years ago
parent
commit
36cd0cbc62
1 changed files with 9 additions and 0 deletions
  1. 9 0
      .travis.yml

+ 9 - 0
.travis.yml

@@ -0,0 +1,9 @@
+---
+  language: objective-c
+
+  before_script:
+	- brew update
+	- brew install xctool
+	
+  script:
+	- xctool -workspace Masonry -scheme Masonry build test