diff --git a/.travis.yml b/.travis.yml index ec6edc8..6ad0bdd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,11 @@ language: csharp -solution: CSharpHTTPClient/CSharpHTTPClient.sln -env: - matrix: - secure: KJrQ+NfmzlgCSXRyqeAMDGZUG6GO4/+xk1T0wGy1BgVz8seo/fDWL8osWEljB4Sj05sfFj7CM+rociwL6sdVyqCiHbCAM7XuHs58D+4Tlh5pGHL+G1qOl65/pDl0ulq+M7PwDxHPZ60/oyH2a16t5jtD9e4W31y2fXzEbHGLHXg= + script: - make test + +after_success: + - bash <(curl -s https://codecov.io/bash) + deploy: skip_cleanup: true provider: script @@ -12,5 +13,3 @@ deploy: on: branch: master tags: true -after_success: - - bash <(curl -s https://codecov.io/bash) diff --git a/CSharpHTTPClient/CSharpHTTPClient.csproj b/CSharpHTTPClient/CSharpHTTPClient.csproj index 178bd57..444a22b 100644 --- a/CSharpHTTPClient/CSharpHTTPClient.csproj +++ b/CSharpHTTPClient/CSharpHTTPClient.csproj @@ -2,20 +2,8 @@ - 3.4.2 - SendGrid.CSharp.HTTP.Client - Elmer Thomas;Twilio DX Team - Twilio SendGrid - Twilio SendGrid - MIT - https://sendgrid.com/ - https://github.com/sendgrid/csharp-http-client.git - git - https://sendgrid.com/wp-content/themes/sgdotcom/pages/resource/brand//2016/SendGrid-Logomark.png - Quickly and easily access any REST or REST-like API using a fluent interface via method chaining and reflection. - Please see: https://github.com/sendgrid/csharp-http-client/releases - Twilio;SendGrid;Email;Mail;Microsoft;Azure;Transactional;.NET Core - Twilio SendGrid, Inc. 2020 + Twilio + A Simple Fluent REST API Client. Debug @@ -76,7 +64,8 @@ - + +