diff options
author | Rafael Mendonça França <rafael.franca@plataformatec.com.br> | 2013-11-10 23:11:54 -0200 |
---|---|---|
committer | Rafael Mendonça França <rafael.franca@plataformatec.com.br> | 2013-11-10 23:13:08 -0200 |
commit | 1e2e6ff8a9a7b10beb06a7963a94c7f321b3bc79 (patch) | |
tree | 9d68bb68f8e43e2b29157b170d67596921e3ecd8 | |
parent | 1dfe62640fc754903ba1c19d4fed3604b9069196 (diff) | |
download | rails-1e2e6ff8a9a7b10beb06a7963a94c7f321b3bc79.tar.gz rails-1e2e6ff8a9a7b10beb06a7963a94c7f321b3bc79.tar.bz2 rails-1e2e6ff8a9a7b10beb06a7963a94c7f321b3bc79.zip |
Don't test against Ruby 1.9.2
Rails is not testing against this version so even if arel works we can't
guarantee people application will
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d21ff3a18c..496c32f394 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ script: "rake test" rvm: - rbx-19mode - jruby - - 1.9.2 - 1.9.3 - 2.0.0 notifications: |