Skip to content

Commit 4aea33b

Browse files
committed
MODULES-6106: Fix broken .sync.yml
Fix the indentation of the `rubocop` test in the `.travis.yml` `extras` section. Also replace unicode `EN SPACE` characters with ASCII spaces.
1 parent 9b30b1b commit 4aea33b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.sync.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ spec/spec_helper.rb:
1212

1313
.travis.yml:
1414
extras:
15-
  - rvm: 2.1.9
16-
    env: PUPPET_GEM_VERSION="~> 4.6.0"
17-
    bundler_args: --without system_tests
18-
  - rvm: 2.1.9
19-
    env: PUPPET_GEM_VERSION="~> 4.7.0"
20-
    bundler_args: --without system_tests
21-
- rvm: 2.1.9
22-
script: bundle exec rake rubocop
15+
- rvm: 2.1.9
16+
env: PUPPET_GEM_VERSION="~> 4.6.0"
17+
bundler_args: --without system_tests
18+
- rvm: 2.1.9
19+
env: PUPPET_GEM_VERSION="~> 4.7.0"
20+
bundler_args: --without system_tests
21+
- rvm: 2.1.9
22+
script: bundle exec rake rubocop

0 commit comments

Comments
 (0)