We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef6ce56 commit 98efbc3Copy full SHA for 98efbc3
.travis.yml
@@ -1,7 +1,7 @@
1
sudo: required
2
language: csharp
3
mono: none
4
-dotnet: 2.1.302
+dotnet: 2.1.400
5
dist: trusty
6
7
env:
@@ -19,7 +19,6 @@ before_install:
19
- sudo dpkg -i packages-microsoft-prod.deb
20
- sudo apt-get install apt-transport-https
21
- sudo apt-get update
22
- - sudo apt-get install dotnet-sdk-2.1
23
- sudo apt-get install -y powershell
24
- sudo pwsh -NonInteractive -NoLogo -NoProfile -Command "Install-Module platyPS -Force -Confirm:\$false -Scope CurrentUser"
25
0 commit comments