Skip to content

Commit

Permalink
Fix wrong path for unit test build
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Mar 1, 2018
1 parent 04ba8ec commit de9d275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,4 +5,4 @@ dotnet: 2.0.0
dist: trusty
script:
- dotnet build Binance.Net/Binance.Net.csproj --framework "netstandard2.0"
- dotnet test Binance.Net.UnitTests.Core/Binance.Net.UnitTests.csproj
- dotnet test Binance.Net.UnitTests/Binance.Net.UnitTests.csproj

0 comments on commit de9d275

Please sign in to comment.