Browse Source

updated travis-ci config

ibireme 9 years ago
parent
commit
4df725712f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

@@ -2,6 +2,5 @@ language: objective-c
 osx_image: xcode7
 xcode_project: Framework/YYModel.xcodeproj
 xcode_scheme: YYModel
-
 script:
-- xctool -project Framework/YYModel.xcodeproj -scheme YYModel build test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
+- xcodebuild -project Framework/YYModel.xcodeproj -scheme YYModel test GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES