Skip to content

Commit 075a9d3

Browse files
committed
Merge branch '1_8_7_2'
2 parents 435e213 + 1493a82 commit 075a9d3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ rvm:
55
- "2.0.0"
66
- "1.9.3"
77
- "1.8.7"
8+
- "jruby-19mode"
89

910
sudo: false
1011
cache: bundler

Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ gemspec
44

55
group :test do
66
gem 'rails', '3.2.12'
7-
gem 'sqlite3', :platform => [:ruby, :mswin, :mingw]
8-
gem 'jdbc-sqlite3', :platform => :jruby
7+
gem 'sqlite3', :platforms => [:ruby, :mswin, :mingw]
8+
gem 'jdbc-sqlite3', :platforms => [:jruby]
99
gem 'rspec-rails', '>= 3.1'
1010
gem 'rspec', '>= 3.1'
1111
gem 'growl'
1212
gem 'rb-fsevent'
13-
gem 'coveralls', :platform => :ruby_19
14-
gem 'i18n', '< 0.7.0', :platform => :ruby_18
13+
gem 'coveralls', :platforms => [:ruby_19]
14+
gem 'i18n', '< 0.7.0', :platforms => [:ruby_18]
1515
end

0 commit comments

Comments
 (0)