From f80686908cec536a7e53f435624cce29c335f253 Mon Sep 17 00:00:00 2001 From: Johnson Earls Date: Sun, 26 Nov 2017 16:20:18 +0000 Subject: [PATCH] MODULE-6105: Move `.sync.yml` travis configuration under `.travis.yml:` This allows `modulesync` to work again for this module. --- .sync.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.sync.yml b/.sync.yml index 9361cb4..6292516 100644 --- a/.sync.yml +++ b/.sync.yml @@ -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 \ No newline at end of file +.travis.yml: + extras: + - rvm: 2.1.9 + script: bundle exec rake rubocop