diff options
| author | Randy Morgan <[email protected]> | 2012-03-03 16:49:53 +0900 |
|---|---|---|
| committer | Sean Duckett <[email protected]> | 2012-03-07 14:45:03 -0600 |
| commit | 0a97afe5a57ecb0e2957ce50d707a550cd287e6c (patch) | |
| tree | a1b2cdff95da84307a5c6bf3b15c0399150ddfd4 | |
| parent | 5b1860121aa20b83033792192617fbe6cf9b455b (diff) | |
| download | caxlsx-0a97afe5a57ecb0e2957ce50d707a550cd287e6c.tar.gz caxlsx-0a97afe5a57ecb0e2957ce50d707a550cd287e6c.zip | |
adding email notifications for travis and updating readme in preparation for .18 release
| -rw-r--r-- | .travis.yml | 5 | ||||
| -rw-r--r-- | README.md | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ac6408fb..b4a356ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,10 @@ language: ruby notifications: irc: "irc.freenode.org#axlsx" - email: "[email protected]" + email: + recipients: + on_success: always rvm: - 1.8.7 - 1.9.2 @@ -318,6 +318,7 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem, - added support for fixed column widths - added support for page_margins - added << alias for add_row + - removed presetting of date1904 based on authoring platform. Now defaults to use 1900 epoch (date1904 = false) - ** February.14.12**: 1.0.17 release https://github.com/randym/axlsx/compare/1.0.16...1.0.17 |
