Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ReactiveCocoa code #1

Merged
merged 1 commit into from
Sep 11, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 1 addition & 22 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,9 @@ before_script:
- git submodule update --init --recursive
script:
- script/build
xcode_workspace: ReactiveCocoa.xcworkspace
xcode_workspace: ReactiveSwift.xcworkspace
matrix:
include:
- xcode_scheme: ReactiveCocoa-macOS
env:
- XCODE_SDK=macosx
- XCODE_ACTION="build test"
- XCODE_DESTINATION="arch=x86_64"
- XCODE_PLAYGROUND_TARGET="x86_64-apple-macosx10.10"
- xcode_scheme: ReactiveCocoa-iOS
env:
- XCODE_SDK=iphonesimulator
- XCODE_ACTION="build-for-testing test-without-building"
- XCODE_DESTINATION="platform=iOS Simulator,name=iPhone 6s"
- xcode_scheme: ReactiveCocoa-tvOS
env:
- XCODE_SDK=appletvsimulator
- XCODE_ACTION="build-for-testing test-without-building"
- XCODE_DESTINATION="platform=tvOS Simulator,name=Apple TV 1080p"
- xcode_scheme: ReactiveCocoa-watchOS
env:
- XCODE_SDK=watchsimulator
- XCODE_ACTION=build
- XCODE_DESTINATION="platform=watchOS Simulator,name=Apple Watch - 38mm"
- xcode_scheme: ReactiveSwift-macOS
env:
- XCODE_SDK=macosx
Expand Down
455 changes: 0 additions & 455 deletions CHANGELOG.md

This file was deleted.

364 changes: 0 additions & 364 deletions Documentation/Legacy/BasicOperators.md

This file was deleted.

Loading