9 lines
246 B
YAML
9 lines
246 B
YAML
---
|
|
.travis.yml:
|
|
script: "\"bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--color --format documentation'\""
|
|
Rakefile:
|
|
unmanaged: true
|
|
Gemfile:
|
|
unmanaged: true
|
|
spec/spec_helper.rb:
|
|
unmanaged: true
|