mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-11-04 16:35:08 -05:00
6 lines
100 B
YAML
6 lines
100 B
YAML
language: ruby
|
|
rvm:
|
|
- 1.9.3
|
|
- 1.9.2
|
|
script: bundle exec rake install; bundle exec rake generate
|