mirror of
https://github.com/danbulant/deno_install
synced 2026-06-17 05:21:32 +00:00
Update powershell version in mac and linux (#78)
And remove redundant test case of powershell script
This commit is contained in:
parent
898e6c740f
commit
31f53e5af1
2 changed files with 2 additions and 3 deletions
|
|
@ -1,4 +1,3 @@
|
|||
build: off
|
||||
test_script:
|
||||
- ps: .\install_test.ps1
|
||||
- pwsh install_test.ps1
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ matrix:
|
|||
- shellcheck
|
||||
env:
|
||||
- SHFMT_VERSION=2.6.2
|
||||
- PWSH_VERSION=6.1.2
|
||||
- PWSH_VERSION=6.2.3
|
||||
- PATH=$HOME/bin/pwsh:$HOME/bin:$PATH
|
||||
before_script:
|
||||
- curl -sSL -o $HOME/bin/shfmt https://github.com/mvdan/sh/releases/download/v${SHFMT_VERSION}/shfmt_v${SHFMT_VERSION}_linux_amd64
|
||||
|
|
@ -31,7 +31,7 @@ matrix:
|
|||
- shellcheck
|
||||
- shfmt
|
||||
env:
|
||||
- PWSH_VERSION=6.1.2
|
||||
- PWSH_VERSION=6.2.3
|
||||
- PATH=$HOME/bin/pwsh:$PATH
|
||||
before_script:
|
||||
- mkdir -p $HOME/bin/pwsh
|
||||
|
|
|
|||
Loading…
Reference in a new issue