Skip to content

Commit 45f9a31

Browse files
committed
minor: fix indentation
1 parent 45b7b52 commit 45f9a31

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ matrix:
3333

3434
script:
3535
- |
36-
echo "eval of CMD is starting";
37-
echo "CMD=$CMD";
38-
eval $CMD;
39-
echo "eval of CMD is completed";
36+
echo "eval of CMD is starting";
37+
echo "CMD=$CMD";
38+
eval $CMD;
39+
echo "eval of CMD is completed";

0 commit comments

Comments
 (0)