Skip to content

Commit

Permalink
adjust travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Mar 13, 2012
1 parent cc681c7 commit db692c2
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .travis.yml
@@ -1,19 +1,27 @@
rvm:
- 1.8.6
- 1.8.7
- 1.9.2
- 1.9.3
- rbx-18mode
- ree
- jruby
- rbx-19mode
- jruby-18mode
- jruby-19mode
- ruby-head
env:
- "rack=1.1.0"
- "rack=1.2.3"
- "rack=1.3.1"
- "rack=1.1.3"
- "rack=1.2.5"
- "rack=1.3.6"
- "rack=1.4.1"
- "rack=master"
- "tilt=1.2.2"
- "tilt=1.3.2"
- "tilt=master"
matrix:
allow_failures:
- rvm: ruby-head
- rvm: rbx-19mode
- rvm: jruby-19mode
notifications:
recipients:
- k.haase@finn.de

0 comments on commit db692c2

Please sign in to comment.