summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-03-01 09:44:35 +0900
committerRandy Morgan <[email protected]>2012-03-01 09:44:35 +0900
commit720a34fff84b9423d4052a5432b24d953e947edb (patch)
treed2555978a62654efe8a1a575ea644f81c660012d
parent14d1ee01951226f9482e711556cfc013ee6f64cb (diff)
downloadcaxlsx-720a34fff84b9423d4052a5432b24d953e947edb.tar.gz
caxlsx-720a34fff84b9423d4052a5432b24d953e947edb.zip
another attempt at multiple allow_failures on travis
-rw-r--r--.travis.yml17
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"
+
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
+