提交 0d8da49f 编写于 作者: N Nicholas Maccharoli 提交者: GitHub

Update .travis.yml

fix CI settings
上级 231fa413
language: objective-c language: objective-c
osx_image: xcode8.3 osx_image: xcode9
xcode_project: UIFontComplete.xcodeproj # path to your xcodeproj folder xcode_project: UIFontComplete.xcodeproj # path to your xcodeproj folder
xcode_scheme: UIFontComplete xcode_scheme: UIFontComplete
script: script:
- xcodebuild test -scheme UIFontComplete -sdk iphonesimulator -destination 'OS=10.3.1,name=iPhone 7 Plus' - xcodebuild test -scheme UIFontComplete -sdk iphonesimulator -destination 'OS=11.0,name=iPhone 6 Plus'
after_success: after_success:
- bash <(curl -s https://codecov.io/bash) - bash <(curl -s https://codecov.io/bash)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册