Skip to content

Commit ac98ae5

Browse files
Add some comments in .travis.yml
1 parent 8df16f0 commit ac98ae5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ git:
55

66
matrix:
77
include:
8+
9+
# ShellCheck tests on generator and sh, ksh, bash dist files
810
- env:
911
- task=shellcheck
1012
script:
@@ -22,6 +24,7 @@ matrix:
2224
script:
2325
- shellcheck dist/ColorEcho.bash
2426

27+
# test all echo functions on difference shell on Linux
2528
- env:
2629
- task=test-dist-sh
2730
script:

0 commit comments

Comments
 (0)