mirror of
https://github.com/danbulant/deno_install
synced 2026-07-05 03:00:48 +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
|
build: off
|
||||||
test_script:
|
test_script:
|
||||||
- ps: .\install_test.ps1
|
- ps: .\install_test.ps1
|
||||||
- pwsh install_test.ps1
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ matrix:
|
||||||
- shellcheck
|
- shellcheck
|
||||||
env:
|
env:
|
||||||
- SHFMT_VERSION=2.6.2
|
- SHFMT_VERSION=2.6.2
|
||||||
- PWSH_VERSION=6.1.2
|
- PWSH_VERSION=6.2.3
|
||||||
- PATH=$HOME/bin/pwsh:$HOME/bin:$PATH
|
- PATH=$HOME/bin/pwsh:$HOME/bin:$PATH
|
||||||
before_script:
|
before_script:
|
||||||
- curl -sSL -o $HOME/bin/shfmt https://github.com/mvdan/sh/releases/download/v${SHFMT_VERSION}/shfmt_v${SHFMT_VERSION}_linux_amd64
|
- 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
|
- shellcheck
|
||||||
- shfmt
|
- shfmt
|
||||||
env:
|
env:
|
||||||
- PWSH_VERSION=6.1.2
|
- PWSH_VERSION=6.2.3
|
||||||
- PATH=$HOME/bin/pwsh:$PATH
|
- PATH=$HOME/bin/pwsh:$PATH
|
||||||
before_script:
|
before_script:
|
||||||
- mkdir -p $HOME/bin/pwsh
|
- mkdir -p $HOME/bin/pwsh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue