summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2013-06-09 20:37:30 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2013-06-09 20:37:30 +0200
commit17ea9f4896bba4b350411921930c3f3b0415839b (patch)
tree156d5be624cdb6369ef914412b04551dc49fb231 /.travis.yml
parent410e51ea3225b2a5c043c2ddd754dd614f4fcf1d (diff)
downloadcoderay-17ea9f4896bba4b350411921930c3f3b0415839b.tar.gz
tweak .travis.yaml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 8 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 7c29c56..59bb791 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,15 +1,19 @@
rvm:
- 1.8.7
- - 1.9.2
+ - ree
- 1.9.3
+ - 2.0.0
+ - ruby-head
- jruby-18mode
- jruby-19mode
+ - jruby-head
- rbx-18mode
- rbx-19mode
- - ruby-head # test again later: RedCloth not compiling
- - jruby-head
- - ree
branches:
only:
- master
+matrix:
+ allow_failures:
+ - rvm: rbx-18mode
+ - rvm: rbx-19mode
script: "rake test" # test:scanners"