Skip to content

Commit

Permalink
Modernize Ruby suite
Browse files Browse the repository at this point in the history
* Drop support for Ruby < 2.0
* Drop support for Rubinius
* Update to JRuby 9000
  • Loading branch information
bklang committed Feb 13, 2016
1 parent e4e0996 commit 8281904
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- jruby
- rbx-2.1.1
- 2.2.0
- jruby-9.0.1.0
- jruby-head
- ruby-head
matrix:
allow_failures:
- rvm: rbx-2.1.1
- rvm: jruby-head
- rvm: ruby-head
notifications:
irc: "irc.freenode.org#adhearsion"
irc: "irc.freenode.org#adhearsion"
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# develop
* CHANGE: Drop support for Ruby < 2.0
* FEATURE - Refactor voicemail storage (backward incompatible change)
* Pass storage instance in metadata to all controllers
* Move message status tags from method names to arguments
Expand Down

0 comments on commit 8281904

Please sign in to comment.