mirror of
https://github.com/lloeki/normandy.git
synced 2025-12-06 01:54:40 +01:00
8 lines
118 B
YAML
8 lines
118 B
YAML
language: ruby
|
|
rvm:
|
|
- '2.1'
|
|
- '2.2'
|
|
- 'rbx-2.5'
|
|
script:
|
|
- bundle exec rubocop
|
|
- bundle exec rake test
|