diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-05-11 08:43:29 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-05-11 08:43:29 -0700 |
commit | 05eb5057f1da2c736bd20f0b737e4e9f2f06221b (patch) | |
tree | 4a2b5796788acd6eb29eddaa3efd1a72cad3b9fe | |
parent | e6caebf2dc8842d3c64f0fbd74efcab211a279c7 (diff) | |
download | sendgrid-csharp-05eb5057f1da2c736bd20f0b737e4e9f2f06221b.zip sendgrid-csharp-05eb5057f1da2c736bd20f0b737e4e9f2f06221b.tar.gz sendgrid-csharp-05eb5057f1da2c736bd20f0b737e4e9f2f06221b.tar.bz2 |
Travis Debugging
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 44bc924..8294a72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,8 @@ install: - nuget restore SendGrid/SendGrid.sln - nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner script: -- xbuild /p:Configuration=BuildNet45 SendGrid/SendGrid.sln -- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe SendGrid/Tests/bin/BuildNet45/Tests.dll -- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe SendGrid/UnitTest/bin/Release/UnitTest.dll +- xbuild /p:Configuration=Release SendGrid/SendGrid.sln +- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe UnitTest/bin/Release/UnitTest.dll -domain:None notifications: hipchat: rooms: |