diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-05-11 09:33:20 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-05-11 09:33:20 -0700 |
commit | 8b59e12e2bd34b1d44083299ef2c9e383bf57e27 (patch) | |
tree | 888daea6bcec29a6c1b7539d0c4dffba64c8bc7f | |
parent | 55ff0d2af49735b9e5d8a94b915ca9def4582e57 (diff) | |
download | sendgrid-csharp-8b59e12e2bd34b1d44083299ef2c9e383bf57e27.zip sendgrid-csharp-8b59e12e2bd34b1d44083299ef2c9e383bf57e27.tar.gz sendgrid-csharp-8b59e12e2bd34b1d44083299ef2c9e383bf57e27.tar.bz2 |
Travis Debugging
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5fd6512..c7e643b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ install: - nuget restore SendGrid/SendGrid.sln - nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner script: -- xbuild /p:Configuration=Release SendGrid/SendGrid.sln +- xbuild /p:Configuration=Release /p:DebugSymbols=False /p:TargetFrameworkVersion="v4.5" SendGrid/SendGrid.sln - mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe SendGrid/UnitTest/bin/Release/UnitTest.dll notifications: hipchat: |