summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElmer Thomas <elmer@ThinkingSerious.com>2015-11-11 16:53:51 -0800
committerElmer Thomas <elmer@ThinkingSerious.com>2015-11-11 16:53:51 -0800
commitc041f0306798cf3e47e5954be851cfcf7b1c2003 (patch)
tree818edd302b7965a92a325218f6f8973163c975c2
parent500006e9b41786b73c3cc7e6ebf411aea0fdef45 (diff)
downloadsendgrid-csharp-c041f0306798cf3e47e5954be851cfcf7b1c2003.zip
sendgrid-csharp-c041f0306798cf3e47e5954be851cfcf7b1c2003.tar.gz
sendgrid-csharp-c041f0306798cf3e47e5954be851cfcf7b1c2003.tar.bz2
Added environment variable
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2d15eb7..4152900 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,8 @@
language: csharp
solution: SendGrid/SendGrid.sln
+env:
+ global:
+ - secure: secure: "S6rHgh05/IRe/UjhObIK/IX4O2B9dXgvpKln2bM1trJcZsO1uRN74UjQ22ExKQBpAfKwxG9yNOdomxoIn1/WhwQfmwSKrnegN86l09aNzKSSdoK7wt1pfJz952/FO/a4jV/e1p3E5g2hEpopG+KLmaipwE+qmlQrEaZUgZLx/mI="
install:
- nuget restore SendGrid/SendGrid.sln
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner