diff options
author | Brandon West <brawest@gmail.com> | 2015-04-22 19:20:54 -0600 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2015-04-22 19:20:54 -0600 |
commit | c9a3d5c49abc4ff988a35d3015b06b808b229204 (patch) | |
tree | c1fcacc9dfe1862e8de47498a7e635ffa5566761 | |
parent | 135fe600e52b5dbd76a0135a0959f167749b4c02 (diff) | |
download | sendgrid-csharp-c9a3d5c49abc4ff988a35d3015b06b808b229204.zip sendgrid-csharp-c9a3d5c49abc4ff988a35d3015b06b808b229204.tar.gz sendgrid-csharp-c9a3d5c49abc4ff988a35d3015b06b808b229204.tar.bz2 |
fix path?
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 066027c..2d15eb7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ install: - nuget restore SendGrid/SendGrid.sln - nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner script: -- xbuild /p:Configuration=BuildNet45 SendGrid +- xbuild /p:Configuration=BuildNet45 SendGrid/SendGrid.sln - mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe SendGrid/Tests/bin/BuildNet45/Tests.dll notifications: hipchat: |