Skip to content

Commit

Permalink
#ci, disable Xcode 12 test.
Browse files Browse the repository at this point in the history
  • Loading branch information
BB9z committed Sep 25, 2020
1 parent 13a13f9 commit 5b26d88
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ env:
- RFCI_PRODUCT_NAME="RFKit"
jobs:
include:
- osx_image: xcode12
- osx_image: xcode11
env:
- RFCI_TASK="Xcode12"
- RFCI_TASK="Xcode11"
- RFCI_COVERAGE=1
- osx_image: xcode11
env: RFCI_TASK="Xcode11"
- osx_image: xcode10
env: RFCI_TASK="Xcode10"
before_install: ./.travis.sh SETUP
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# RFKit

[![CocoaPods](https://github.com/BB9z/RFKit/workflows/CocoaPods/badge.svg)](https://github.com/BB9z/RFKit/actions?query=workflow%3ACocoaPods)
[![Build Status](https://img.shields.io/travis/BB9z/RFKit.svg?style=flat-square&colorA=333333&colorB=6600cc)](https://travis-ci.com/BB9z/RFKit)
[![Codecov](https://img.shields.io/codecov/c/github/BB9z/RFKit.svg?style=flat-square&colorA=333333&colorB=6600cc)](https://codecov.io/gh/BB9z/RFKit)
[![CocoaPods](https://img.shields.io/cocoapods/v/RFKit.svg?style=flat-square&colorA=333333&colorB=6600cc)](https://cocoapods.org/pods/RFKit)
Expand Down
1 change: 1 addition & 0 deletions README~zh-hans.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# RFKit

[![CocoaPods](https://github.com/BB9z/RFKit/workflows/CocoaPods/badge.svg)](https://github.com/BB9z/RFKit/actions?query=workflow%3ACocoaPods)
[![Build Status](https://img.shields.io/travis/BB9z/RFKit.svg?style=flat-square&colorA=333333&colorB=6600cc)](https://travis-ci.com/BB9z/RFKit)
[![Codecov](https://img.shields.io/codecov/c/github/BB9z/RFKit.svg?style=flat-square&colorA=333333&colorB=6600cc)](https://codecov.io/gh/BB9z/RFKit)
[![CocoaPods](https://img.shields.io/cocoapods/v/RFKit.svg?style=flat-square&colorA=333333&colorB=6600cc)](https://cocoapods.org/pods/RFKit)
Expand Down

0 comments on commit 5b26d88

Please sign in to comment.