diff options
| author | Randy Morgan <[email protected]> | 2012-03-01 09:44:35 +0900 |
|---|---|---|
| committer | Sean Duckett <[email protected]> | 2012-03-07 14:45:02 -0600 |
| commit | ab52af55f35e031780dc3546ad658bbbd3c54ed7 (patch) | |
| tree | 7300e7e9db6cc12a6c76c3b8519fce33d1728a15 | |
| parent | d8ee6871dc2e9781e7d763fa7a97d745537b802c (diff) | |
| download | caxlsx-ab52af55f35e031780dc3546ad658bbbd3c54ed7.tar.gz caxlsx-ab52af55f35e031780dc3546ad658bbbd3c54ed7.zip | |
another attempt at multiple allow_failures on travis
| -rw-r--r-- | .travis.yml | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index 158f8ad2..25b2f33d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,9 @@ language: ruby + +notifications: + irc: "irc.freenode.org#axlsx" + email: "[email protected]" + rvm: - 1.8.7 - 1.9.2 @@ -6,12 +11,10 @@ rvm: - ruby-head - jruby-head - jruby-18mode + matrix: allow_failures: - rvm: - - jruby-18mode - - ruby-head - - jruby-head -notifications: - irc: "irc.freenode.org#axlsx" - email: "[email protected]"
\ No newline at end of file + - rvm: jruby-18mode + - rvm: ruby-head + - rvm: jruby-head + |
