Skip to content

Commit

Permalink
added build status icon and command to travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
markburns committed Apr 30, 2012
1 parent 2793ea9 commit 25b42b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ rvm:
- jruby-19mode # JRuby in 1.9 mode
- rbx-18mode
- rbx-19mode

script: bundle exec rspec spec
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
signature
=========

[![Build Status](https://secure.travis-ci.org/markburns/signature.png?branch=master)](http://travis-ci.org/markburns/signature)

Examples
--------

Expand All @@ -11,7 +13,7 @@ Client example
request = Signature::Request.new('POST', '/api/thing', params)
auth_hash = request.sign(token)
query_params = params.merge(auth_hash)

HTTParty.post('http://myservice/api/thing', {
:query => query_params
})
Expand Down

0 comments on commit 25b42b4

Please sign in to comment.