From c7fdd2fc490276a126a5a9a7655d8f0ca55623f2 Mon Sep 17 00:00:00 2001 From: Ryan Rosenblum Date: Thu, 2 Jun 2016 11:17:59 -0400 Subject: [PATCH 1/3] Add a travis ci configuration --- .travis.yml | 23 +++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 25 insertions(+) create mode 100644 .travis.yml 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..196824f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/bbatsov/rubocop.svg?branch=master)](https://travis-ci.org/stompgem/stomp) + # README * [Project Information](https://github.com/stompgem/stomp) From d34e0fee2bfd4ac6407cc9c02b6a4d9521d6f7e4 Mon Sep 17 00:00:00 2001 From: Ryan Rosenblum Date: Fri, 3 Jun 2016 10:15:08 -0400 Subject: [PATCH 2/3] Add a badge for Code Climate --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 196824f..5dfd041 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![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 From 185448122db94ebb01ae6d023283f16cf0b89014 Mon Sep 17 00:00:00 2001 From: Ryan Rosenblum Date: Fri, 3 Jun 2016 10:17:28 -0400 Subject: [PATCH 3/3] Add a badge for Gem version --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5dfd041..4ba0833 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![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)