Skip to content

Commit bbadec9

Browse files
committed
Be explicit about the nuget addon source
1 parent 2bd45c1 commit bbadec9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ language: csharp
22
solution: src/GitVersion.sln
33
sudo: false
44
addons:
5-
nuget: 3.4.3
5+
apt:
6+
packages:
7+
- nuget: 3.4.3
68
before_install:
79
- nuget
810
install:

0 commit comments

Comments
 (0)