Skip to content

Commit de25935

Browse files
committed
Updated fixture information and added Travis badge
1 parent 03e051b commit de25935

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ Since the gem is currently in ALPHA development, the interface is prone to chang
77

88
## Installation
99

10-
[![Coverage Status](https://coveralls.io/repos/zph/buff/badge.png?branch=master)](https://coveralls.io/r/zph/buff?branch=master)
10+
[![Coverage Status](https://coveralls.io/repos/zph/buff/badge.png?branch=master)](https://coveralls.io/r/zph/buff?branch=master) [![Build Status](https://travis-ci.org/zph/buff.png?branch=master)](https://travis-ci.org/zph/buff)
1111

1212
Once Buff is released as a gem, the following instructions will work. For now please `git clone` the repo.
1313

14-
#### Note: Fixtures are not currently public. They will be uploaded after sensitive info is sanitized.
15-
1614
Add this line to your application's Gemfile to include HEAD code:
1715

1816
gem 'buff', :github => 'zph/buff'
@@ -28,7 +26,7 @@ Or install RubyGems version, which will receive more attention to stability:
2826
## Usage
2927

3028
* Note that some of the optional params are not implemented!
31-
* All methods are tested with Rspec and WebMock. Not all methods have integration tests that reach out to the live Buffer API servers. Proceed with caution until Buff reaches v0.1.0 and submit issues on Github Issues tab.
29+
* All methods are tested with Rspec and WebMock. Most methods do not have integration tests that reach out to the live Buffer API servers. Proceed with caution until Buff reaches v0.1.0 and submit issues on Github Issues tab.
3230
* Authentication is not included in this gem (Try OAuth-buffer) or use the single API key given when registering your own Buffer Dev credentials.
3331
* For convenience load credentials into `~/.bufferapprc` in the following layout. This allows the `ACCESS_TOKEN` to be loaded into `Buff::ACCESS_TOKEN`:
3432

0 commit comments

Comments
 (0)