# 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 - 1.9.2 - jruby - ree - rbx-2.0 gemfile: - Gemfile - gemfiles/eventmachine-pre notifications: recipients: - michaelklishin@me.com