Skip to content

Commit

Permalink
Switch to public Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dstnbrkr committed Mar 25, 2015
1 parent dd00d27 commit b528812
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ComponentKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Pod::Spec.new do |s|
s.version = "0.9"
s.summary = "A React-inspired view framework for iOS"
s.homepage = "https://componentkit.com"
s.authors = '[email protected]'
s.license = 'BSD'
s.source = {
:git => "https://github.com/facebook/ComponentKit.git",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://magnum.travis-ci.com/facebook/componentkit.svg?token=r9Ldy7hzyPvrxsyXQmN6&branch=master)](https://magnum.travis-ci.com/facebook/componentkit)
[![Build Status](https://travis-ci.org/facebook/componentkit.svg)](https://travis-ci.org/facebook/componentkit)

ComponentKit is a view framework for iOS that is heavily inspired by React. It takes a functional, declarative approach to building UI. It was built to power Facebook's News Feed and is now used throughout the Facebook iOS app.

Expand Down

0 comments on commit b528812

Please sign in to comment.