.travis.yml in amq-protocol-1.3.0 vs .travis.yml in amq-protocol-1.4.0

- old
+ new

@@ -1,15 +1,16 @@ language: ruby bundler_args: --without development script: "bundle exec rspec spec" rvm: - - 1.8.7 - - rbx-18mode - - rbx-19mode - - 1.9.2 + - 2.0 - 1.9.3 - - ruby-head - jruby-19mode + - 1.9.2 + - rbx-19mode + - ruby-head - jruby-head + - 1.8.7 + - rbx-18mode notifications: recipients: - michael@novemberain.com