Skip to content

Commit

Permalink
remove verbosity specification from Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
paularuiz22 committed Jul 25, 2019
1 parent 7edf067 commit 76d9842
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
Expand Up @@ -8,4 +8,5 @@ script:
- dotnet pack
- dotnet test
- dotnet publish
- dotnet nuget push ./ArchUnitNET.*.nupkg -Verbosity detailed -ApiKey $NUGET_API_KEY -Source $NUGET_SOURCE
- dotnet nuget push ./ArchUnitNET.*.nupkg -k $NUGET_API_KEY -s $NUGET_SOURCE

0 comments on commit 76d9842

Please sign in to comment.