We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c57929 commit 9b511a5Copy full SHA for 9b511a5
.travis.yml
@@ -17,10 +17,9 @@ before_install:
17
install:
18
- git clone https://github.com/PowerShell/PowerShellEditorServices.git ../PowerShellEditorServices
19
- pushd build
20
- - ./download.sh
+ - bash <(curl -s https://raw.githubusercontent.com/PowerShell/PowerShell/master/tools/install-powershell.sh)
21
- popd
22
23
script:
24
- ulimit -n 4096
25
- - sudo powershell -Command "Install-Module PowerShellGet -Force"
26
- - powershell -File build/travis.ps1
+ - pwsh -File build/travis.ps1
build/download.sh
0 commit comments