Browse Source

travis config remove xctool installation

Jonas Budelmann 12 năm trước cách đây
mục cha
commit
3b9a19824b
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      .travis.yml

+ 0 - 2
.travis.yml

@@ -3,8 +3,6 @@ language: objective-c
 
 before_script:
   - sudo easy_install cpp-coveralls
-  - brew update
-  - brew install xctool
 
 script:
   - xctool -workspace 'Masonry.xcworkspace' -scheme 'Masonry iOS' -configuration Debug -sdk iphonesimulator6.0 clean build test