diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..4793d14 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,23 @@ +sudo: false +cache: bundler +language: ruby +rvm: + - 1.8.7 + - 1.9.3 + - 2.0.0 + - 2.1 + - 2.2 + - 2.3.0 + - ruby-head + - jruby-19mode + - jruby-9.0.1.0 + - rbx-3 +matrix: + allow_failures: + - rvm: ruby-head + - rvm: rbx-3 + fast_finish: true +install: + - bundle install --retry=3 +script: + - bundle exec rspec diff --git a/README.md b/README.md index 82b74bd..4ba0833 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[![Gem Version](https://badge.fury.io/rb/stomp.svg)](https://badge.fury.io/rb/stomp) +[![Build Status](https://travis-ci.org/bbatsov/rubocop.svg?branch=master)](https://travis-ci.org/stompgem/stomp) +[![Code Climate](https://codeclimate.com/github/stompgem/stomp/badges/gpa.svg)](https://codeclimate.com/github/stompgem/stomp) + # README * [Project Information](https://github.com/stompgem/stomp)