We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 892ce81 commit 313c4b9Copy full SHA for 313c4b9
.travis.yml
@@ -1,6 +1,6 @@
1
language: csharp
2
mono:
3
- - 4.4.1
+ - 4.6.2
4
sudo: false
5
6
solution: src/ForceToolkitForNET.sln
@@ -16,6 +16,11 @@ env:
16
install:
17
- nuget restore src/ForceToolkitForNET.sln
18
- 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
24
25
script:
26
- xbuild /p:Configuration=Debug src/ForceToolkitForNET.sln
0 commit comments