Browse Source

fix .travis.yml

Jonas Budelmann 12 years ago
parent
commit
124a17ef50
1 changed files with 4 additions and 4 deletions
  1. 4 4
      .travis.yml

+ 4 - 4
.travis.yml

@@ -2,8 +2,8 @@
   language: objective-c
 
   before_script:
-	- brew update
-	- brew install xctool
-	
+    - brew update
+    - brew install xctool
+
   script:
-	- xctool -workspace Masonry -scheme Masonry build test
+    - xctool -workspace Masonry -scheme Masonry build test