Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 2 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,14 @@ language: ruby
sudo: false

rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- jruby-19mode
- rbx-2
- ruby-head
- jruby-9.0.4.0
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I recently set our travis to jruby-9000 and was surprised to see it running 9.0.0.0.pre1. I'm curious if you had any issues with JRuby 9k or specifying the version.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The only issue we saw were some randomly failling specs that I assume were due to some caching issues in the specs (this might be fixed upstream though). After retrying them, the specs would then pass.

As a side note, we haven't use jruby-9000 in production yet. We might do so in the first quarter of 2016 but in development AMS works pretty fine.


install:
- bundle install --retry=3

env:
- "RAILS_VERSION=4.0"
- "RAILS_VERSION=4.1"
- "RAILS_VERSION=4.2"
- "RAILS_VERSION=master"

matrix:
allow_failures:
- rvm: ruby-head
- env: "RAILS_VERSION=master"
- "RAILS_VERSION=4.2"