diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2015-11-12 13:05:38 -0800 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2015-11-12 13:05:38 -0800 |
commit | c54d9f16f01ca3ea3c4e81e004a351dd5c1fc10a (patch) | |
tree | e74010daaa2eec6ce7424da69cde1ad38bf9bae2 | |
parent | 3865101cfe85d89df418861445c93777970f5294 (diff) | |
download | sendgrid-csharp-c54d9f16f01ca3ea3c4e81e004a351dd5c1fc10a.zip sendgrid-csharp-c54d9f16f01ca3ea3c4e81e004a351dd5c1fc10a.tar.gz sendgrid-csharp-c54d9f16f01ca3ea3c4e81e004a351dd5c1fc10a.tar.bz2 |
Flummuxed
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 05ee178..e223cc5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ install: - nuget restore SendGrid/SendGrid.sln - nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner script: -- sudo apt-get update - 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 |