Skip to content

Commit

Permalink
bump to jruby 1.7.18
Browse files Browse the repository at this point in the history
  • Loading branch information
joshk committed Feb 17, 2015
1 parent 6067d6f commit eee176b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
language: ruby

rvm:
- jruby-1.7.16
- jruby-1.7.18
- jruby-head

sudo: false
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

ruby '1.9.3', engine: 'jruby', engine_version: '1.7.16' if ENV.key?('DYNO')
ruby '1.9.3', engine: 'jruby', engine_version: '1.7.18' if ENV.key?('DYNO')

gem 'travis-support', github: 'travis-ci/travis-support'
gem 'travis-config', '~> 0.1.0'
Expand Down

0 comments on commit eee176b

Please sign in to comment.