diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-12-06 03:16:31 -0800 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-12-06 03:16:31 -0800 |
commit | 55773b71826612895ea0ea8b0866c63251de1b94 (patch) | |
tree | 795881a8eacd409c4ee5ef1b999b8708b401ddc1 | |
parent | 4ce5b88f6047af9d9d4bc45a38c9dfb65a9e7e07 (diff) | |
download | sendgrid-csharp-55773b71826612895ea0ea8b0866c63251de1b94.zip sendgrid-csharp-55773b71826612895ea0ea8b0866c63251de1b94.tar.gz sendgrid-csharp-55773b71826612895ea0ea8b0866c63251de1b94.tar.bz2 |
Fix .sln path for Travis
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index aa54c08..9c0e1a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ env: matrix: secure: KJrQ+NfmzlgCSXRyqeAMDGZUG6GO4/+xk1T0wGy1BgVz8seo/fDWL8osWEljB4Sj05sfFj7CM+rociwL6sdVyqCiHbCAM7XuHs58D+4Tlh5pGHL+G1qOl65/pDl0ulq+M7PwDxHPZ60/oyH2a16t5jtD9e4W31y2fXzEbHGLHXg= install: -- nuget restore SendGrid/SendGrid.sln +- nuget restore SendGrid.sln - nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner before_script: - mkdir prism/bin |