Skip to content

Commit

Permalink
chore(travis): include 2.4 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
randym committed Feb 21, 2017
1 parent d41258e commit aed4d58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ notifications:

matrix:
include:
- rvm: 1.9.3
- rvm: 2.0
- rvm: 2.1
- rvm: 2.2
- rvm: 2.3.1
- rvm: 2.3.3
- rvm: 2.0.0
- rvm: rbx-3
- rvm: jruby-19mode
env: JRUBY_OPTS="-Xcli.debug=true --debug"
Expand Down
2 changes: 1 addition & 1 deletion test/workbook/worksheet/tc_pivot_table.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_add_pivot_table_with_row_without_subtotals
assert_equal(['Year'], pivot_table.no_subtotals_on_headers)
end

def test_header_indices
def test_header_indices
pivot_table = @ws.add_pivot_table('G5:G6', 'A1:E5')
assert_equal(0, pivot_table.header_index_of('Year' ))
assert_equal(1, pivot_table.header_index_of('Month' ))
Expand Down

0 comments on commit aed4d58

Please sign in to comment.