commit 23d6822e1bef0cc4e0142f26e7bcfcb2420cfa2d
parent 5788a0e67bf5603930b383b768dc03f962376235
Author: Michal Sapka <msapka@gmail.com>
Date: Sun, 8 Nov 2015 00:50:31 +0100
Add more rubies to travis
Diffstat:
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
@@ -1,6 +1,8 @@
language: ruby
rvm:
- - 2.2.3
+ - 2.2.0
+ - ruby-head
+ - jruby-head
before_install: gem install bundler -v 1.10.6
script: bundle exec rspec spec
diff --git a/README.md b/README.md
@@ -1,5 +1,13 @@
# MpkKrakowRb
+[](https://travis-ci.org/michalsapka/mpk_krakow_rb)
+## Ruby versions
+This gem is tested against:
+
+ - 2.2.0
+ - ruby-head
+ - jruby-head
+
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/mpk_krakow_rb`. To experiment with that code, run `bin/console` for an interactive prompt.
TODO: Delete this and the text above, and describe your gem