Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Travis and readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
matiaskorhonen committed Sep 10, 2013
1 parent a5458df commit 1644d70
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
script: "bundle exec rake spec"
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- jruby-18mode
- jruby-19mode
- rbx-18mode
- ree
- rbx-19mode
notifications:
disable: true
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (C) 2011 by Matias Korhonen
Copyright (C) 2011-2013 by Matias Korhonen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ For more information, read the [documentation](http://rubydoc.info/gems/nordea).
Travis CI Build Status
----------------------

The gem should work with Ruby 1.8.7, Ruby 1.9.2, jRuby, REE, and Rubinius.
The gem should work with Ruby 1.9.3, Ruby 2.0.0, jRuby, and Rubinius (only Ruby 1.9 is actively targetted).

[![Build Status](https://travis-ci.org/matiaskorhonen/nordea.png?branch=master)](https://travis-ci.org/matiaskorhonen/nordea) [![Code Climate](https://codeclimate.com/github/k33l0r/nordea.png)](https://codeclimate.com/github/k33l0r/nordea)

Expand Down Expand Up @@ -81,6 +81,6 @@ this gem entirely at **your own risk**.
License
-------

MIT License. Copyright 2011 Matias Korhonen.
MIT License. Copyright 2011-2013 Matias Korhonen.

See the LICENSE file for more details.

0 comments on commit 1644d70

Please sign in to comment.