Skip to content

Commit 9b511a5

Browse files
Update Travis to PowerShell Core 6.0.2 (#1373)
* fix travis * powershell -> pwsh * delete download.sh
1 parent 7c57929 commit 9b511a5

File tree

2 files changed

+2
-130
lines changed

2 files changed

+2
-130
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ before_install:
1717
install:
1818
- git clone https://github.com/PowerShell/PowerShellEditorServices.git ../PowerShellEditorServices
1919
- pushd build
20-
- ./download.sh
20+
- bash <(curl -s https://raw.githubusercontent.com/PowerShell/PowerShell/master/tools/install-powershell.sh)
2121
- popd
2222

2323
script:
2424
- ulimit -n 4096
25-
- sudo powershell -Command "Install-Module PowerShellGet -Force"
26-
- powershell -File build/travis.ps1
25+
- pwsh -File build/travis.ps1

build/download.sh

-127
This file was deleted.

0 commit comments

Comments
 (0)