Skip to content

Commit

Permalink
testing on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ohler55 committed Feb 28, 2015
1 parent 7cc1f71 commit 8339f5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build_test.sh
Expand Up @@ -2,7 +2,7 @@

for ruby in \
1.8.7-p374\
1.9.3-p547\
1.9.3-p551\
2.1.5\
2.2.0
do
Expand Down
2 changes: 2 additions & 0 deletions ext/oj/dump.c
Expand Up @@ -1114,6 +1114,8 @@ dump_xml_time(VALUE obj, Out out) {
int tzhour, tzmin;
char tzsign = '+';

printf("*** HAS_RB_TIME_TIMESPEC: %d offset: %ld\n", HAS_RB_TIME_TIMESPEC, tzsecs);

if (out->end - out->cur <= 36) {
grow(out, 36);
}
Expand Down

0 comments on commit 8339f5c

Please sign in to comment.