Skip to content

Commit bf0cd35

Browse files
committed
ci: source install script
1 parent 4ae8086 commit bf0cd35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ dist: bionic
44

55
before_install:
66
# Install .NET
7-
- curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin
7+
- curl -sSL https://dot.net/v1/dotnet-install.sh -o dotnet-install.sh
8+
- source dotnet-install.sh
89
# Download the Microsoft repository GPG keys
910
- wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb
1011
# Register the Microsoft repository GPG keys

0 commit comments

Comments
 (0)