Skip to content

Commit fcf9be5

Browse files
committed
Add missing platyPS dependency in CI builds
1 parent 5b15876 commit fcf9be5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ install:
1818
- ps: |
1919
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force | Out-Null
2020
Install-Module InvokeBuild -RequiredVersion 3.2.1 -Scope CurrentUser -Force | Out-Null
21+
Install-Module platyPS -RequiredVersion 0.7.6 -Scope CurrentUser -Force | Out-Null
2122
2223
build_script:
2324
- ps: Invoke-Build

build/travis.ps1

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Install InvokeBuild
22
Install-Module InvokeBuild -Scope CurrentUser -Force
3+
Install-Module PlatyPS -Scope CurrentUser -Force
34

45
# Build the code and perform tests
56
Import-module InvokeBuild

0 commit comments

Comments
 (0)