Skip to content

Commit 0fb77d0

Browse files
Run the basic test scripts on Travis CI
1 parent cf7fc92 commit 0fb77d0

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

β€Ž.travis.ymlβ€Ž

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,36 @@ matrix:
2222
script:
2323
- shellcheck dist/ColorEcho.bash
2424

25+
- env:
26+
- task=test-dist-sh
27+
script:
28+
- ./test-scripts/sh
29+
- env:
30+
- task=test-dist-zsh
31+
addons:
32+
apt:
33+
packages:
34+
- zsh
35+
script:
36+
- ./test-scripts/zsh
37+
- env:
38+
- task=test-dist-ksh
39+
addons:
40+
apt:
41+
packages:
42+
- ksh
43+
script:
44+
- ./test-scripts/ksh
45+
- env:
46+
- task=test-dist-bash
47+
script:
48+
- ./test-scripts/bash
49+
- env:
50+
- task=test-dist-fish
51+
addons:
52+
apt:
53+
packages:
54+
- fish
55+
script:
56+
- ./test-scripts/fish
57+

0 commit comments

Comments
Β (0)