Skip to content

Commit 54030ad

Browse files
committed
travis: reindent with 2 spaces by usual convention
1 parent 47fc6d7 commit 54030ad

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ max_line_length = 79
1010

1111
[Makefile.am]
1212
indent_style = tab
13+
14+
[*.yml]
15+
indent_size = 2

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ before_install:
1717

1818
script:
1919
- docker run
20-
-e CI=true -e DIST=$DIST -e BSD=$BSD
21-
${NETWORK:+--network $NETWORK}
22-
-t bash-completion:$DIST test/docker/docker-script.sh
20+
-e CI=true -e DIST=$DIST -e BSD=$BSD
21+
${NETWORK:+--network $NETWORK}
22+
-t bash-completion:$DIST test/docker/docker-script.sh
2323
- if test $DIST = tools; then
24-
test/run-shellcheck -f gcc bash_completion completions/!(Makefile*);
25-
test/run-shellcheck -f gcc -s sh bash_completion.sh.in;
24+
test/run-shellcheck -f gcc bash_completion completions/!(Makefile*);
25+
test/run-shellcheck -f gcc -s sh bash_completion.sh.in;
2626
fi

0 commit comments

Comments
 (0)