We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67724b7 commit 1f819e2Copy full SHA for 1f819e2
.travis.yml
@@ -13,6 +13,7 @@ osx_image: xcode8.3
13
before_install:
14
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
15
nvm install v6.0.0;
16
+ sudo apt-get install libunwind8;
17
fi
18
install:
19
- git clone https://github.com/PowerShell/PowerShellEditorServices.git ../PowerShellEditorServices
appveyor.yml
@@ -6,7 +6,7 @@ skip_tags: true
6
branches:
7
only:
8
- master
9
- - develop
+ - 2.0.0
10
11
environment:
12
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true # Don't download unneeded packages
0 commit comments