mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-29 14:28:14 +00:00
10 lines
230 B
YAML
10 lines
230 B
YAML
rvm:
|
|
- 1.9.3
|
|
- 2.0.0
|
|
before_script:
|
|
- bundle exec berks install
|
|
script:
|
|
- bundle exec foodcritic -f any . --tags ~FC007 --tags ~FC015 --tags ~FC023
|
|
# - bundle exec rspec --color --format progress
|
|
- bundle exec rubocop
|