We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aec709f commit c48bafbCopy full SHA for c48bafb
1 file changed
.travis.yml
@@ -1,2 +1,6 @@
1
language: csharp
2
solution: KeyLogger.sln
3
+
4
+install:
5
+ - nuget restore QuantConnect.Lean.sln
6
+ - nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
0 commit comments