Skip to content

Commit 9070d3f

Browse files
author
Joshua Miller
committed
no test; min build verbosity
1 parent 116847b commit 9070d3f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ install:
88
- dotnet restore
99

1010
script:
11-
- dotnet build -c Debug
12-
- dotnet test Jenkins.Net.Tests/Jenkins.Net.Tests.csproj -c Debug --no-build --filter Category=Unit
11+
- dotnet build -c Debug --no-restore -v m
12+
#- dotnet test Jenkins.Net.Tests/Jenkins.Net.Tests.csproj -c Debug --no-build --filter Category=Unit
1313

1414
deploy:
1515
skip_cleanup: true

Jenkins.Net.Tests/IntegrationTests/ClientTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
using System;
44
using Xunit;
55
using Assert = Xunit.Assert;
6+
67
#if NET_ASYNC
78
using System.Threading.Tasks;
89
#endif

0 commit comments

Comments
 (0)