summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorrandym <[email protected]>2017-02-21 21:14:13 +0900
committerrandym <[email protected]>2017-02-21 21:14:13 +0900
commitaed4d5854e7a19f626d7198685134d02c8924c04 (patch)
tree1f43c5c3d83594635d214e3616f3607e2cb25301
parentd41258edda220620226c20fb75ee25f36abe3636 (diff)
downloadcaxlsx-aed4d5854e7a19f626d7198685134d02c8924c04.tar.gz
caxlsx-aed4d5854e7a19f626d7198685134d02c8924c04.zip
chore(travis): include 2.4 in tests
-rw-r--r--.travis.yml4
-rw-r--r--test/workbook/worksheet/tc_pivot_table.rb2
2 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 89c56f22..f46950ab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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"
diff --git a/test/workbook/worksheet/tc_pivot_table.rb b/test/workbook/worksheet/tc_pivot_table.rb
index 08ad49e6..ff7f8b92 100644
--- a/test/workbook/worksheet/tc_pivot_table.rb
+++ b/test/workbook/worksheet/tc_pivot_table.rb
@@ -87,7 +87,7 @@ class TestPivotTable < Test::Unit::TestCase
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' ))