Jonas Budelmann 11 жил өмнө
parent
commit
88327f731b
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -2,6 +2,7 @@
 language: objective-c
 language: objective-c
 
 
 before_script:
 before_script:
+  - gem install cocoapods
   - sudo easy_install cpp-coveralls
   - sudo easy_install cpp-coveralls
 
 
 script:
 script:
@@ -9,4 +10,4 @@ script:
   - xctool -workspace 'Masonry.xcworkspace' -scheme 'Masonry Mac' -configuration Debug -sdk macosx10.7 clean build test
   - xctool -workspace 'Masonry.xcworkspace' -scheme 'Masonry Mac' -configuration Debug -sdk macosx10.7 clean build test
 
 
 after_success:
 after_success:
-  - ./script/coveralls.sh
+  - ./script/coveralls.sh