Skip to content

Commit b1bde74

Browse files
committed
First pass at moving to Circle.
1 parent cdc044c commit b1bde74

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.org/RxSwiftCommunity/Action.svg)](https://travis-ci.org/RxSwiftCommunity/Action)
1+
[![CircleCI](https://circleci.com/gh/RxSwiftCommunity/Action.svg?style=svg)](https://circleci.com/gh/RxSwiftCommunity/Action)
22

33
Action
44
======

.travis.yml renamed to circle.yml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
os: osx
2-
language: objective-c
3-
osx_image: xcode9
4-
5-
before_script:
6-
- carthage version
7-
- carthage bootstrap
8-
9-
script:
1+
machine:
2+
xcode:
3+
version: 9.0
4+
environment:
5+
LANG: en_US.UTF-8
6+
dependencies:
7+
override:
8+
- echo "Skipping CocoaPods Specs install."
9+
- carthage version
10+
- carthage bootstrap
11+
test:
12+
override:
1013
- set -o pipefail
11-
- xcodebuild test -workspace Action.xcworkspace -scheme Action -sdk iphonesimulator -destination "name=iPhone X" | xcpretty -c
14+
- xcodebuild test -workspace Action.xcworkspace -scheme Action -sdk iphonesimulator -destination "name=iPhone X" | xcpretty -c --test
1215
- xcodebuild build -workspace Action.xcworkspace -scheme Action-watchOS -sdk watchsimulator -destination "name=Apple Watch - 38mm" | xcpretty -c
1316
- xcodebuild build -workspace Action.xcworkspace -scheme Action-macOS -sdk macosx -destination "arch=x86_64" | xcpretty -c
1417
- xcodebuild build -workspace Action.xcworkspace -scheme Action-tvOS -sdk appletvsimulator -destination "name=Apple TV 1080p" | xcpretty -c
15-

0 commit comments

Comments
 (0)