Skip to content

Commit 4b548fd

Browse files
Adding environment variable
1 parent 1f0ea57 commit 4b548fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
language: csharp
22
solution: SendGrid/SendGrid.sln
3+
env:
4+
global:
5+
- secure: secure: "S6rHgh05/IRe/UjhObIK/IX4O2B9dXgvpKln2bM1trJcZsO1uRN74UjQ22ExKQBpAfKwxG9yNOdomxoIn1/WhwQfmwSKrnegN86l09aNzKSSdoK7wt1pfJz952/FO/a4jV/e1p3E5g2hEpopG+KLmaipwE+qmlQrEaZUgZLx/mI="
36
install:
47
- nuget restore SendGrid/SendGrid.sln
58
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner

0 commit comments

Comments
 (0)