.travis.yml in amq-protocol-0.9.0 vs .travis.yml in amq-protocol-0.9.1

- old
+ new

@@ -1,16 +1,16 @@ -# https://github.com/travis-ci/travis-ci/wiki/.travis.yml-options +language: ruby bundler_args: --without development -before_install: gem install bundler --pre script: "bundle exec rspec spec" rvm: - 1.8.7 - rbx-18mode - rbx-19mode - - ree - - jruby - 1.9.2 - 1.9.3 - ruby-head + - jruby-18mode + - jruby-19mode + - jruby-head notifications: recipients: - - michaelklishin@me.com + - michael@novemberain.com