Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
fix typo / remove verbosity flag from dotnet test
Browse files Browse the repository at this point in the history
  • Loading branch information
timwellswa committed Jun 21, 2019
1 parent dfcde5d commit 1a52f29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ before_install:

script:
- dotnet build smartsheet-csharp-sdk-v2.csproj -f netstandard2.0
- dotnet test IntegrationTestSDK/netcoreapp2.0/integration-test-sdk-netcoreapp20.csproj --verbosity d
- dotnet test IntegrationTestSDK/netcoreapp2.0/integration-test-sdk-netcoreapp20.csproj
- smartsheet-sdk-tests/travis_scripts/start_wiremock.sh
- dotnet test TestSDKMockAPI/netcoreapp2.0/mock-api-test-sdk-netcoreapp20.csproj --verbosity d
- dotnet test TestSDKMockAPI/netcoreapp2.0/mock-api-test-sdk-netcoreapp20.csproj
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [2.68.3] - 2019-6-21
### Added
- rules, ruleRecipients and shares to inclusions
- exlusion to CopySheet method
- exclusion to CopySheet method

## [2.68.2] - 2019-5-29
### Added
Expand Down

0 comments on commit 1a52f29

Please sign in to comment.