fix .travis.yml

let's allow ruby-head to fail, and we need the language key.
This commit is contained in:
Steve Klabnik 2012-11-02 21:18:25 -07:00
parent 44b846716a
commit 1e1c6cea0c
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
language: ruby
rvm:
- 1.9.3
- ruby-head
- rbx-19mode
- jruby-19mode
matrix:
allow_failures:
- ruby-head