mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-27 02:11:36 +01:00
9 lines
104 B
YAML
9 lines
104 B
YAML
language: ruby
|
|
rvm:
|
|
- "1.9.3"
|
|
- "2.0.0"
|
|
install:
|
|
- bundle install
|
|
script:
|
|
- bundle exec rake ci
|