From 809993a0e69ab75d70157dca1b152bd7da7c8eec Mon Sep 17 00:00:00 2001 From: Igor Machado Date: Tue, 27 Aug 2019 02:45:28 +0800 Subject: [PATCH] test -> tests --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 388f02282..6de14f26b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,8 +21,8 @@ before_script: - dotnet format --check --dry-run -w src/Installer - dotnet format --check --dry-run -w src/Neo.Compiler.MSIL - dotnet format --check --dry-run -w src/Neo.SmartContract.Framework - - dotnet format --check --dry-run -w test/Neo.Compiler.MSIL.UnitTests - - dotnet format --check --dry-run -w test/Neo.SmartContract.Framework.UnitTests + - dotnet format --check --dry-run -w tests/Neo.Compiler.MSIL.UnitTests + - dotnet format --check --dry-run -w tests/Neo.SmartContract.Framework.UnitTests script: - cd test/Neo.Compiler.MSIL.UnitTests - dotnet restore