diff options
| author | Randy Morgan <[email protected]> | 2012-03-01 09:44:35 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-03-01 09:44:35 +0900 |
| commit | 720a34fff84b9423d4052a5432b24d953e947edb (patch) | |
| tree | d2555978a62654efe8a1a575ea644f81c660012d | |
| parent | 14d1ee01951226f9482e711556cfc013ee6f64cb (diff) | |
| download | caxlsx-720a34fff84b9423d4052a5432b24d953e947edb.tar.gz caxlsx-720a34fff84b9423d4052a5432b24d953e947edb.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 + |
