Skip to content

Commit d5e1ba1

Browse files
committed
Update readme
* add travis badge
1 parent 25c2f54 commit d5e1ba1

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ language: ruby
33
rvm:
44
- 2.3.1
55
before_install: gem install bundler -v 1.13.1
6+
install: bundle install

README.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Ever2boost
2-
3-
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/ever2boost`. To experiment with that code, run `bin/console` for an interactive prompt.
4-
5-
TODO: Delete this and the text above, and describe your gem
2+
[![Build Status](https://travis-ci.org/BoostIO/ever2boost.svg?branch=master)](https://travis-ci.org/BoostIO/ever2boost)
63

74
## Installation
85

@@ -12,24 +9,11 @@ Add this line to your application's Gemfile:
129
gem 'ever2boost'
1310
```
1411

15-
And then execute:
16-
17-
$ bundle
18-
19-
Or install it yourself as:
20-
21-
$ gem install ever2boost
22-
2312
## Usage
2413

25-
TODO: Write usage instructions here
2614

2715
## Development
2816

29-
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30-
31-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32-
3317
## Contributing
3418

3519
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/ever2boost.
@@ -38,4 +22,3 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERN
3822
## License
3923

4024
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
41-

0 commit comments

Comments
 (0)