Skip to content

Commit

Permalink
test -> tests
Browse files Browse the repository at this point in the history
  • Loading branch information
igormcoelho committed Aug 26, 2019
1 parent 6881301 commit 809993a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 809993a

Please sign in to comment.