MODULE-6105: Move .sync.yml travis configuration under .travis.yml:

This allows `modulesync` to work again for this module.
This commit is contained in:
Johnson Earls
2017-11-26 16:20:18 +00:00
parent 74d70dae04
commit f80686908c

View File

@@ -3,6 +3,7 @@ appveyor.yml:
delete: true
spec/spec_helper.rb:
allow_deprecations: true
extras:
- rvm: 2.1.9
script: bundle exec rake rubocop
.travis.yml:
extras:
- rvm: 2.1.9
script: bundle exec rake rubocop