We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc20cad commit 542271fCopy full SHA for 542271f
.travis.yml
@@ -25,7 +25,7 @@ before_script:
25
script:
26
- dotnet restore
27
- dotnet build ./src/SendGrid -c Release
28
- - dotnet test ./tests/SendGrid.Tests -c Release -f netcoreapp1.0
+ - dotnet test ./tests/SendGrid.Tests/SendGrid.Tests.csproj -c Release -f netcoreapp1.0
29
30
notifications:
31
hipchat:
0 commit comments