Skip to content

Commit

Permalink
Modernize Ruby suite
Browse files Browse the repository at this point in the history
* Drop support for Ruby < 2.2
* Drop support for Rubinius
* Update to JRuby 9000
  • Loading branch information
bklang committed Feb 13, 2016
1 parent 25943c9 commit 2358326
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
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"
slack:
secure: Y7EqF/9FY7mca63c1DM7kEr34fNtFclWXJj9vLqVQJwR3rCDZUZSD8DlqHJDwE6KRCCDsSkyV4lihCim+GEM28CRcJir0AEUJhXHvIMckjH7n38W9OGN26RuJGZTapjgCSMOBeq0YpSe6dAnZeRpZRJxsTFtP5ptLD5RRjIMzZM=
sudo: false
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.2, which is required by Adhearsion 3
* BUG - Listening to new messages needs to set the `new_or_saved` metadata. Otherwise, after visiting saved messages, the status is always `:saved`
* FEATURE - Refactor voicemail storage (backward incompatible change)
* Pass storage instance in metadata to all controllers
Expand Down

0 comments on commit 2358326

Please sign in to comment.