Skip to content

Commit

Permalink
Merge pull request #121 from junaruga/feature/travis-ruby24
Browse files Browse the repository at this point in the history
Add Ruby 2.4 to Travis.
  • Loading branch information
flavorjones committed Apr 30, 2017
2 parents 7a88d81 + 354994b commit 286161f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -9,6 +9,7 @@ matrix:
- rvm: 2.1.10
- rvm: 2.2.5
- rvm: 2.3.1
- rvm: 2.4.1
- rvm: ruby-head
- rvm: jruby-9.1.5.0
env: JRUBY_OPTS="--dev -J-Djruby.launch.inproc=true -J-Xmx1024M"
Expand All @@ -19,6 +20,7 @@ matrix:
- rvm: jruby-1.7.26
- rvm: jruby-9.1.5.0
- rvm: rbx-3
fast_finish: true

# https://github.com/jruby/jruby/wiki/FAQs#why-is-jruby-so-slow-to-install-via-rvm
# https://docs.travis-ci.com/user/installing-dependencies#Installing-Packages-with-the-APT-Addon
Expand Down

0 comments on commit 286161f

Please sign in to comment.