From 31f53e5af138dfbcb1983cf44ff791ed6d47878a Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Sun, 6 Oct 2019 00:55:34 +0900 Subject: [PATCH] Update powershell version in mac and linux (#78) And remove redundant test case of powershell script --- .appveyor.yml | 1 - .travis.yml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 07d2431..bea1bf4 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,3 @@ build: off test_script: - ps: .\install_test.ps1 - - pwsh install_test.ps1 diff --git a/.travis.yml b/.travis.yml index 4e5e88d..47feb97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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