mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
Update TravisCI build to use Net Core SDK 2.1.300 preview (#610)
This commit is contained in:
@@ -7,7 +7,7 @@ os:
|
||||
# - osx
|
||||
|
||||
mono: none
|
||||
dotnet: 2.0.0
|
||||
dotnet: 2.1.300
|
||||
|
||||
# safelist
|
||||
branches:
|
||||
@@ -25,7 +25,7 @@ env:
|
||||
before_install:
|
||||
- if [ $TRAVIS_OS_NAME == "linux" ]; then
|
||||
sudo apt-get update;
|
||||
sudo apt-get install dotnet-sdk-2.0.0;
|
||||
sudo apt-get install dotnet-sdk-2.1.300-preview2-008533;
|
||||
else
|
||||
brew update;
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user