From 1a52f294afd9e447d8d4e20b830aad8bf9902dcc Mon Sep 17 00:00:00 2001 From: Tim Wells Date: Fri, 21 Jun 2019 11:24:22 -0700 Subject: [PATCH] fix typo / remove verbosity flag from dotnet test --- .travis.yml | 4 ++-- CHANGELOG.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6c5e0e28c..8de932180 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 28f463afa..a5417391d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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