Skip to content

Commit

Permalink
Add 2.0.0 to AppVeyor builds (#1530)
Browse files Browse the repository at this point in the history
* Add 2.0.0 to AppVeyor builds

* Install libunwind dependency on Linux
  • Loading branch information
rjmholt authored Sep 20, 2018
1 parent 67724b7 commit 1f819e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ osx_image: xcode8.3
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
nvm install v6.0.0;
sudo apt-get install libunwind8;
fi
install:
- git clone https://github.com/PowerShell/PowerShellEditorServices.git ../PowerShellEditorServices
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ skip_tags: true
branches:
only:
- master
- develop
- 2.0.0

environment:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true # Don't download unneeded packages
Expand Down

0 comments on commit 1f819e2

Please sign in to comment.