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 1f0ea57 commit 4b548fdCopy full SHA for 4b548fd
.travis.yml
@@ -1,5 +1,8 @@
1
language: csharp
2
solution: SendGrid/SendGrid.sln
3
+env:
4
+ global:
5
+ - secure: secure: "S6rHgh05/IRe/UjhObIK/IX4O2B9dXgvpKln2bM1trJcZsO1uRN74UjQ22ExKQBpAfKwxG9yNOdomxoIn1/WhwQfmwSKrnegN86l09aNzKSSdoK7wt1pfJz952/FO/a4jV/e1p3E5g2hEpopG+KLmaipwE+qmlQrEaZUgZLx/mI="
6
install:
7
- nuget restore SendGrid/SendGrid.sln
8
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
0 commit comments