mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 00:15:58 +01:00
7 lines
75 B
YAML
7 lines
75 B
YAML
language: ruby
|
|
rvm:
|
|
- "1.9.3"
|
|
- "2.0.0"
|
|
script:
|
|
- cd test && rake ci
|