Skip to content

Commit

Permalink
Added Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Nov 8, 2013
1 parent fe238bb commit fc069d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: objective-c
install:
- cd ScrollingNavbarDemo
script: xctool -project ScrollingNavbarDemo.xcodeproj -scheme 'ScrollingNavbarDemo' -configuration Release -sdk iphonesimulator -arch i386 build
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
AMScrollingNavbar
=================

[![Build Status](https://travis-ci.org/andreamazz/AMScrollingNavbar.png)](https://travis-ci.org/andreamazz/AMScrollingNavbar)


Scrollable UINavigationBar that follows the scrolling of a UIScrollView.
It works like the navigation bar in Chrome or Facebook's app for iOS7.

Expand Down

0 comments on commit fc069d8

Please sign in to comment.