mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-16 06:05:00 -05:00
10 lines
143 B
YAML
10 lines
143 B
YAML
language: ruby
|
|
rvm:
|
|
- 2.0.0
|
|
- 1.9.3
|
|
- 1.9.2
|
|
script:
|
|
- bundle exec rake install
|
|
- bundle exec rake generate
|
|
- bundle exec rake test
|