Skip to content

Commit

Permalink
chore: update travis build command (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious authored Jan 17, 2020
1 parent 6d0d0fe commit 0678d04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: csharp
dotnet: 1.0.4
solution: SendGrid.sln
os: linux
dist: trusty
mono: latest
Expand All @@ -26,7 +27,7 @@ after_success:
deploy:
skip_cleanup: true
provider: script
script: dotnet nuget push ./src/SendGrid/bin/Release/SendGrid.*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json
script: nuget push ./src/SendGrid/bin/Release/SendGrid.*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json
on:
branch: master
tags: true

0 comments on commit 0678d04

Please sign in to comment.