Skip to content

Commit

Permalink
.travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lightory committed Mar 19, 2014
1 parent c3923d5 commit 3a70784
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
language: objective-c
script: xctool -project HHRouterExample.xcodeproj -scheme 'HHRouterExample' -configuration Release -sdk iphonesimulator7.0 -arch i386 build
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
HHRouter
=====
Yet another URL Router for iOS. Clean, Fast & Flexable. Inspired by [ABRouter](https://github.com/aaronbrethorst/ABRouter) & [Routable iOS](https://github.com/usepropeller/routable-ios).
Yet another URL Router for iOS. Clean, Fast & Flexible. Inspired by [ABRouter](https://github.com/aaronbrethorst/ABRouter) & [Routable iOS](https://github.com/usepropeller/routable-ios).

## Usage

Expand Down Expand Up @@ -34,7 +34,7 @@ XCTAssertEqualObjects(viewController.params[@"userId"], @"1");

### URL Query Params

URL Query Params is also supported. This will make things VERY flexable.
URL Query Params is also supported, which will make things VERY flexible.

```objective-c
UIViewController *viewController = [[HHRouter shared] match:@"/user/1/?tabIndex=3"];
Expand Down

0 comments on commit 3a70784

Please sign in to comment.