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
18 changes: 14 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
dist: trusty
Copy link
Collaborator

Choose a reason for hiding this comment

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

Does it matter?
What is the default value? (with reference)


language: ruby
rvm:
- "1.8.7"
- "1.9.2"
- "1.9.3"
- "2.0.0"
- "2.1"
- "2.2"
- jruby-18mode # JRuby in 1.8 mode
- jruby-19mode # JRuby in 1.9 mode
- "ruby-2.3.0"

before_install:
- gem install bundler
Expand All @@ -18,3 +17,14 @@ script:
- ruby script/rubocop.rb

bundler_args: --without development

matrix:
include:
- rvm: "1.8.7"
dist: precise
- rvm: "1.9.2"
dist: precise
- rvm: jruby-18mode # JRuby in 1.8 mode
dist: precise
- rvm: jruby-19mode # JRuby in 1.9 mode
dist: precise