Skip to content

Commit 4199623

Browse files
committed
use powershell syntax array to install multiple modules
1 parent b1373a5 commit 4199623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ addons:
1313
- xclip
1414

1515
before_script:
16-
- pwsh -Command 'Install-Module -Name Pester -Name ClipboardText -Force -Scope CurrentUser'
16+
- pwsh -Command 'Install-Module -Name Pester,ClipboardText -Force -Scope CurrentUser'
1717
script:
1818
- make test
1919

0 commit comments

Comments
 (0)