.travis.yml in amqp-0.8.0.rc13 vs .travis.yml in amqp-0.8.0.rc14

- old
+ new

@@ -1,10 +1,16 @@ +# https://github.com/travis-ci/travis-ci/wiki/.travis.yml-options +bundler_args: --without development script: "bundle exec rake spec:ci" +before_script: ./bin/ci/before_build.sh rvm: - 1.8.7 - - rbx - 1.9.2 - - ree - jruby + - ree + - rbx-2.0 gemfile: - Gemfile - gemfiles/eventmachine-pre +notifications: + recipients: + - michaelklishin@me.com