Skip to content

Commit 1088d16

Browse files
author
Francesco Rodriguez
committed
organize code status badges into a "Code Status" section [ci skip]
1 parent 6a6ffef commit 1088d16

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Official Ruby-on-Rails Integration with Sass
2-
[![Travis CI](https://secure.travis-ci.org/rails/sass-rails.png?branch=master)](http://travis-ci.org/rails/sass-rails) [![Gem Version](https://badge.fury.io/rb/sass-rails.png)](http://badge.fury.io/rb/sass-rails)
32

43
This gem provides official integration for Ruby on Rails projects with the Sass stylesheet language.
54

@@ -75,3 +74,9 @@ primitive and do not work well with Sass files. Instead, use Sass's native `@imp
7574
$ bundle exec rake test
7675

7776
If you need to test against local gems, use Bundler's gem :path option in the Gemfile and also edit `test/support/test_helper.rb` and tell the tests where the gem is checked out.
77+
78+
## Code Status
79+
80+
* [![Travis CI](https://secure.travis-ci.org/rails/sass-rails.png)](http://travis-ci.org/rails/sass-rails)
81+
* [![Gem Version](https://badge.fury.io/rb/sass-rails.png)](http://badge.fury.io/rb/sass-rails)
82+
* [![Dependencies](https://gemnasium.com/rails/sass-rails.png)](https://gemnasium.com/rails/sass-rails)

0 commit comments

Comments
 (0)