File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -101,8 +101,11 @@ jobs:
101
101
osx_image : xcode13.1
102
102
env :
103
103
- task=test-dist-zsh
104
+ addons :
105
+ homebrew :
106
+ packages :
107
+ - zsh
104
108
before_script :
105
- - brew update && brew install zsh
106
109
- type zsh && zsh --version
107
110
script :
108
111
- ./test-scripts/zsh
@@ -111,8 +114,11 @@ jobs:
111
114
osx_image : xcode13.1
112
115
env :
113
116
- task=test-dist-ksh
117
+ addons :
118
+ homebrew :
119
+ packages :
120
+ - ksh
114
121
before_script :
115
- - brew update && brew install ksh
116
122
- type ksh && ksh --version || printf ""
117
123
script :
118
124
- ./test-scripts/ksh
@@ -130,8 +136,11 @@ jobs:
130
136
osx_image : xcode13.1
131
137
env :
132
138
- task=test-dist-bash-brew-install
139
+ addons :
140
+ homebrew :
141
+ packages :
142
+ - bash
133
143
before_script :
134
- - brew update && brew install bash
135
144
- export PATH="/usr/local/bin:$PATH"
136
145
- type bash && bash --version
137
146
script :
@@ -141,8 +150,11 @@ jobs:
141
150
osx_image : xcode13.1
142
151
env :
143
152
- task=test-dist-fish
153
+ addons :
154
+ homebrew :
155
+ packages :
156
+ - fish
144
157
before_script :
145
- - brew update && brew install fish
146
158
- type fish && fish --version
147
159
script :
148
160
- ./test-scripts/fish
You canβt perform that action at this time.
0 commit comments