diff options
| author | Randy Morgan <[email protected]> | 2011-11-29 15:49:01 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2011-11-29 15:49:01 +0900 |
| commit | 72549f22e0e152cbb566bf519346b16d14850245 (patch) | |
| tree | ebf9081d95bf3f43b05a03e121f4e00a53ce2b8b | |
| parent | 6b6b9026079d02952a690430e31baa3d64a84878 (diff) | |
| download | caxlsx-72549f22e0e152cbb566bf519346b16d14850245.tar.gz caxlsx-72549f22e0e152cbb566bf519346b16d14850245.zip | |
more fun with travis.ci
| -rw-r--r-- | .travis.yml | 4 | ||||
| -rw-r--r-- | Gemfile | 7 |
2 files changed, 8 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 8c33c685..1055f653 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ rvm: - 1.8.7 - - 1.9.3
\ No newline at end of file + - 1.9.3 +notifications: + irc: "irc.freenode.org#axlsx"
\ No newline at end of file @@ -1,3 +1,6 @@ source "http://rubygems.org" - -gemspec
\ No newline at end of file +gem 'nokogiri', '>= 1.4.1' +gem 'activesupport', '>= 2.3.9' +gem 'rmagick', '>= 2.12.2' +gem 'zip', '>= 2.0.2' +gem 'rake' |
