.travis.yml in community_engine-2.3.0 vs .travis.yml in community_engine-2.3.1
- old
+ new
@@ -1,8 +1,10 @@
bundler_args: --binstubs
rvm:
- 1.9.2
- - 2.0.0
-env: "RAILS_ENV='test' "
-
+ - 2.0.0
+env:
+ - "RAILS_ENV='test' RAILS_VERSION=3.2.0"
+ - "RAILS_ENV='test' RAILS_VERSION=3.2.14"
+
script: "bundle exec rake db:drop db:create db:migrate test"