diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2013-12-18 13:34:28 -0200 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2013-12-18 13:34:48 -0200 |
commit | 7b5cf7ef9dce90dc5352a0f220e65722fe44a962 (patch) | |
tree | e0db70f484dd6c43839efa6d6fe0ec564dd96f44 | |
parent | 69b5dc7e002946c5196a7a38e2559a7ce08a75c0 (diff) | |
download | rails-7b5cf7ef9dce90dc5352a0f220e65722fe44a962.tar.gz rails-7b5cf7ef9dce90dc5352a0f220e65722fe44a962.tar.bz2 rails-7b5cf7ef9dce90dc5352a0f220e65722fe44a962.zip |
Always point to latest rbx and jruby in travis
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index c8afb46187..36238e3b5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,8 @@ rvm: - 1.9.3 - 2.0.0 - 2.1.0-preview2 - - rbx-2.2.1 - - jruby-19mode + - rbx + - jruby env: - "GEM=railties" - "GEM=ap,am,amo,as,av" @@ -17,8 +17,8 @@ env: - "GEM=ar:postgresql" matrix: allow_failures: - - rvm: rbx-2.2.1 - - rvm: jruby-19mode + - rvm: rbx + - rvm: jruby notifications: email: false irc: |