.travis.yml in community_engine-2.3.1 vs .travis.yml in community_engine-2.3.2

- old
+ new

@@ -1,10 +1,10 @@ bundler_args: --binstubs rvm: - - 1.9.2 + - 1.9.3 - 2.0.0 env: - "RAILS_ENV='test' RAILS_VERSION=3.2.0" - - "RAILS_ENV='test' RAILS_VERSION=3.2.14" + - "RAILS_ENV='test' RAILS_VERSION=3.2.19" script: "bundle exec rake db:drop db:create db:migrate test"