Skip to content

Commit

Permalink
Make Travis CI use all ruby versions.
Browse files Browse the repository at this point in the history
* JRuby is not Less.rb friendly. Wha wha wha.
* Add a build page to README.
  • Loading branch information
metaskills committed Nov 13, 2011
1 parent 4419ec1 commit e7e6d64
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
@@ -0,0 +1,5 @@
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ree
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -80,6 +80,14 @@ We also have a generator for rails scaffold CSS. Just like the Sass gem, we simp



## Testing

Simply just run `bundle install` and `bundle exec rake` and the tests will will. We also use Travis CI to run our tests too. Current build status is:

[![Build Status](https://secure.travis-ci.org/metaskills/less-rails.png)](http://travis-ci.org/metaskills/less-rails)



## License

Less::Rails is Copyright (c) 2011 Ken Collins, <ken@metaskills.net> and is distributed under the MIT license.
Expand Down

0 comments on commit e7e6d64

Please sign in to comment.