Update powershell version in mac and linux (#78)

And remove redundant test case of powershell script
This commit is contained in:
Yoshiya Hinosawa 2019-10-06 00:55:34 +09:00 committed by Ryan Dahl
parent 898e6c740f
commit 31f53e5af1
2 changed files with 2 additions and 3 deletions

View file

@ -1,4 +1,3 @@
build: off
test_script:
- ps: .\install_test.ps1
- pwsh install_test.ps1

View file

@ -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