Skip to content

Commit 6d13f8c

Browse files
authored
Merge pull request #6 from RxSwiftCommunity/travis-ci
Enable Travis CI
2 parents 4f5f294 + c52479b commit 6d13f8c

File tree

5 files changed

+48
-27
lines changed

5 files changed

+48
-27
lines changed

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
language: objective-c
2+
osx_image: xcode8
3+
sudo: false
4+
rvm:
5+
- 2.3
6+
7+
cache:
8+
- bundler
9+
- cocoapods
10+
11+
install:
12+
- bundle install --deployment
13+
- bundle exec pod --version
14+
- bundle exec pod repo update --silent
15+
16+
script:
17+
- bundle exec pod lib lint --verbose --allow-warnings --fail-fast

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source 'https://rubygems.org'
22
ruby '~> 2.3'
33

4-
gem 'cocoapods', '~> 1.0'
4+
gem 'cocoapods', '~> 1.1'

Gemfile.lock

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,72 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (5.0.0.1)
5-
concurrent-ruby (~> 1.0, >= 1.0.2)
4+
activesupport (4.2.7.1)
65
i18n (~> 0.7)
6+
json (~> 1.7, >= 1.7.7)
77
minitest (~> 5.1)
8+
thread_safe (~> 0.3, >= 0.3.4)
89
tzinfo (~> 1.1)
9-
claide (1.0.0)
10-
cocoapods (1.0.1)
11-
activesupport (>= 4.0.2)
12-
claide (>= 1.0.0, < 2.0)
13-
cocoapods-core (= 1.0.1)
14-
cocoapods-deintegrate (>= 1.0.0, < 2.0)
15-
cocoapods-downloader (>= 1.0.0, < 2.0)
10+
claide (1.0.1)
11+
cocoapods (1.1.1)
12+
activesupport (>= 4.0.2, < 5)
13+
claide (>= 1.0.1, < 2.0)
14+
cocoapods-core (= 1.1.1)
15+
cocoapods-deintegrate (>= 1.0.1, < 2.0)
16+
cocoapods-downloader (>= 1.1.2, < 2.0)
1617
cocoapods-plugins (>= 1.0.0, < 2.0)
1718
cocoapods-search (>= 1.0.0, < 2.0)
1819
cocoapods-stats (>= 1.0.0, < 2.0)
19-
cocoapods-trunk (>= 1.0.0, < 2.0)
20-
cocoapods-try (>= 1.0.0, < 2.0)
20+
cocoapods-trunk (>= 1.1.1, < 2.0)
21+
cocoapods-try (>= 1.1.0, < 2.0)
2122
colored (~> 1.2)
2223
escape (~> 0.0.4)
23-
fourflusher (~> 0.3.0)
24-
molinillo (~> 0.4.5)
24+
fourflusher (~> 2.0.1)
25+
gh_inspector (~> 1.0)
26+
molinillo (~> 0.5.1)
2527
nap (~> 1.0)
26-
xcodeproj (>= 1.1.0, < 2.0)
27-
cocoapods-core (1.0.1)
28-
activesupport (>= 4.0.2)
28+
xcodeproj (>= 1.3.3, < 2.0)
29+
cocoapods-core (1.1.1)
30+
activesupport (>= 4.0.2, < 5)
2931
fuzzy_match (~> 2.0.4)
3032
nap (~> 1.0)
3133
cocoapods-deintegrate (1.0.1)
32-
cocoapods-downloader (1.1.1)
34+
cocoapods-downloader (1.1.2)
3335
cocoapods-plugins (1.0.0)
3436
nap
3537
cocoapods-search (1.0.0)
3638
cocoapods-stats (1.0.0)
37-
cocoapods-trunk (1.0.0)
39+
cocoapods-trunk (1.1.1)
3840
nap (>= 0.8, < 2.0)
3941
netrc (= 0.7.8)
4042
cocoapods-try (1.1.0)
4143
colored (1.2)
42-
concurrent-ruby (1.0.2)
4344
escape (0.0.4)
44-
fourflusher (0.3.2)
45+
fourflusher (2.0.1)
4546
fuzzy_match (2.0.4)
47+
gh_inspector (1.0.2)
4648
i18n (0.7.0)
49+
json (1.8.3)
4750
minitest (5.9.1)
48-
molinillo (0.4.5)
51+
molinillo (0.5.2)
4952
nap (1.1.0)
5053
netrc (0.7.8)
5154
thread_safe (0.3.5)
5255
tzinfo (1.2.2)
5356
thread_safe (~> 0.1)
54-
xcodeproj (1.3.1)
57+
xcodeproj (1.3.3)
5558
activesupport (>= 3)
56-
claide (>= 1.0.0, < 2.0)
59+
claide (>= 1.0.1, < 2.0)
5760
colored (~> 1.2)
5861

5962
PLATFORMS
6063
ruby
6164

6265
DEPENDENCIES
63-
cocoapods (~> 1.0)
66+
cocoapods (~> 1.1)
6467

6568
RUBY VERSION
6669
ruby 2.3.1p112
6770

6871
BUNDLED WITH
69-
1.13.1
72+
1.13.3

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
![Swift](https://img.shields.io/badge/Swift-3.0-orange.svg)
44
[![CocoaPods](http://img.shields.io/cocoapods/v/RxKeyboard.svg)](https://cocoapods.org/pods/RxKeyboard)
5+
[![Build Status](https://travis-ci.org/RxSwiftCommunity/RxKeyboard.svg?branch=master)](https://travis-ci.org/RxSwiftCommunity/RxKeyboard)
56
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
67

78
RxKeyboard provides a reactive way of observing keyboard frame changes. Forget about keyboard notifications. It also perfectly works with `UIScrollViewKeyboardDismissMode.interactive`.

RxKeyboard.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
55
s.homepage = 'https://github.com/devxoul/RxKeyboard'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
77
s.author = { 'Suyeol Jeon' => '[email protected]' }
8-
s.source = { :git => 'https://github.com/devxoul/RxKeyboard.git',
8+
s.source = { :git => 'https://github.com/RxSwiftCommunity/RxKeyboard.git',
99
:tag => s.version.to_s }
1010
s.source_files = 'Sources/*.swift'
1111
s.frameworks = 'UIKit', 'Foundation'

0 commit comments

Comments
 (0)