Skip to content

Commit 313c4b9

Browse files
committed
Updated travis yml for latest mono and nuget packages
1 parent 892ce81 commit 313c4b9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: csharp
22
mono:
3-
- 4.4.1
3+
- 4.6.2
44
sudo: false
55

66
solution: src/ForceToolkitForNET.sln
@@ -16,6 +16,11 @@ env:
1616
install:
1717
- nuget restore src/ForceToolkitForNET.sln
1818
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
19+
- nuget install Microsoft.Bcl -OutputDirectory testrunner
20+
- nuget install Microsoft.Bcl.Async -OutputDirectory testrunner
21+
- nuget install Microsoft.Bcl.Build -OutputDirectory testrunner
22+
- nuget install Microsoft.Bcl.Compression -OutputDirectory testrunner
23+
- nuget install Microsoft.Net.Http -OutputDirectory testrunner
1924

2025
script:
2126
- xbuild /p:Configuration=Debug src/ForceToolkitForNET.sln

0 commit comments

Comments
 (0)