Skip to content

Commit

Permalink
Update travis build matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
troessner committed Feb 28, 2016
1 parent ebc1f5f commit cdbb539
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ Style/ConditionalAssignment:
Exclude:
- 'lib/transitions/event.rb'
- 'lib/transitions/state.rb'
Style/FrozenStringLiteralComment:
Enabled: false
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ script:
rvm:
- 2.1
- 2.2
- 2.3.0
- rbx-2
- jruby
matrix:
allow_failures:
- rvm: rbx-2
- rvm: jruby
fast_finish: true
notifications:
email:
Expand Down
2 changes: 1 addition & 1 deletion transitions.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'random_data'
spec.add_development_dependency 'appraisal'
spec.add_development_dependency 'activerecord', ['>= 3.0', '<= 4.0']
spec.add_development_dependency 'rubocop', '= 0.36'
spec.add_development_dependency 'rubocop', '~> 0.36.0'
end

0 comments on commit cdbb539

Please sign in to comment.