1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00
draper/.travis.yml
Steve Klabnik 1e1c6cea0c fix .travis.yml
let's allow ruby-head to fail, and we need the language key.
2012-11-02 21:18:47 -07:00

8 lines
104 B
YAML

language: ruby
rvm:
- 1.9.3
- rbx-19mode
- jruby-19mode
matrix:
allow_failures:
- ruby-head