From 94c058f2edc392bbe3b81f19686af37315ab8883 Mon Sep 17 00:00:00 2001 From: imbrito Date: Mon, 2 Apr 2018 17:54:20 -0300 Subject: [PATCH] config .travis.yml --- .travis.yml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 819552d..1599687 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ sudo: false language: ruby rvm: - - 2.1.1 + - 2.2.2 before_install: gem install bundler -v 1.16.1 diff --git a/README.md b/README.md index 59e1b8e..0907cbd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/imbrito/electretri.svg?branch=master)](https://travis-ci.org/imbrito/electretri) + # Electretri 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/electretri`. To experiment with that code, run `bin/console` for an interactive prompt.