Skip to content

Commit 19bc934

Browse files
committed
fixing travis part 1
1 parent 2f5baf0 commit 19bc934

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@ solution: C-Sharp-Algorithms.sln
33
dotnet: 2.0.3
44
mono: none
55
dist: trusty
6+
install:
7+
- nuget restore C-Sharp-Algorithms.sln
8+
# - nuget install xunit.runners -Version 2.3.1 -OutputDirectory testrunner
69
script:
7-
- dotnet restore
10+
- dotnet restore

0 commit comments

Comments
 (0)