mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
1e1c6cea0c
let's allow ruby-head to fail, and we need the language key.
8 lines
104 B
YAML
8 lines
104 B
YAML
language: ruby
|
|
rvm:
|
|
- 1.9.3
|
|
- rbx-19mode
|
|
- jruby-19mode
|
|
matrix:
|
|
allow_failures:
|
|
- ruby-head
|