Skip to content

Commit f3079a5

Browse files
committed
add support to run test using travis
1 parent 19bc934 commit f3079a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dotnet: 2.0.3
44
mono: none
55
dist: trusty
66
install:
7-
- nuget restore C-Sharp-Algorithms.sln
8-
# - nuget install xunit.runners -Version 2.3.1 -OutputDirectory testrunner
7+
- dotnet restore
98
script:
10-
- dotnet restore
9+
- dotnet build
10+
- dotnet test UnitTest/UnitTest.csproj

0 commit comments

Comments
 (0)