Skip to content

Commit 66b3ba6

Browse files
committed
fix travis.
1 parent 2aef58e commit 66b3ba6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sudo: required
22
language: csharp
33
os:
44
- linux
5-
dist: artful
5+
dist: trusty
66

77
script:
88
- ./install-latest-dotnet.sh

install-latest-dotnet.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
44
sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg
5-
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'
5+
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'
66

77
sudo apt-get install apt-transport-https
88
sudo apt-get update

0 commit comments

Comments
 (0)