Skip to content

Commit 1f819e2

Browse files
authored
Add 2.0.0 to AppVeyor builds (#1530)
* Add 2.0.0 to AppVeyor builds * Install libunwind dependency on Linux
1 parent 67724b7 commit 1f819e2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ osx_image: xcode8.3
1313
before_install:
1414
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
1515
nvm install v6.0.0;
16+
sudo apt-get install libunwind8;
1617
fi
1718
install:
1819
- git clone https://github.com/PowerShell/PowerShellEditorServices.git ../PowerShellEditorServices

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ skip_tags: true
66
branches:
77
only:
88
- master
9-
- develop
9+
- 2.0.0
1010

1111
environment:
1212
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true # Don't download unneeded packages

0 commit comments

Comments
 (0)