diff options
Diffstat (limited to '.sync.yml')
-rw-r--r-- | .sync.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.sync.yml b/.sync.yml new file mode 100644 index 0000000..6fa460a --- /dev/null +++ b/.sync.yml @@ -0,0 +1,7 @@ +--- +.travis.yml: + script: "\"bundle exec rake spec SPEC_OPTS='--format documentation'\"" +Rakefile: + unmanaged: true +spec/spec_helper.rb: + unmanaged: true |