We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aef58e commit 66b3ba6Copy full SHA for 66b3ba6
.travis.yml
@@ -2,7 +2,7 @@ sudo: required
2
language: csharp
3
os:
4
- linux
5
-dist: artful
+dist: trusty
6
7
script:
8
- ./install-latest-dotnet.sh
install-latest-dotnet.sh
@@ -2,7 +2,7 @@
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg
-sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-artful-prod artful main" > /etc/apt/sources.list.d/dotnetdev.list'
+sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-trusty-prod trusty main" > /etc/apt/sources.list.d/dotnetdev.list'
sudo apt-get install apt-transport-https
sudo apt-get update
0 commit comments