Skip to content

Commit 542271f

Browse files
committed
Supply full path to test project
1 parent cc20cad commit 542271f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ before_script:
2525
script:
2626
- dotnet restore
2727
- dotnet build ./src/SendGrid -c Release
28-
- dotnet test ./tests/SendGrid.Tests -c Release -f netcoreapp1.0
28+
- dotnet test ./tests/SendGrid.Tests/SendGrid.Tests.csproj -c Release -f netcoreapp1.0
2929

3030
notifications:
3131
hipchat:

0 commit comments

Comments
 (0)