Skip to content

Commit 3a18599

Browse files
authored
Update .travis.yml
1 parent f646ffd commit 3a18599

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
language: csharp
2-
solution: C-Sharp-Algorithms.sln
3-
dotnet: 2.0.3
42
mono: none
5-
dist: trusty
3+
dotnet: 2.1.502
4+
solution: C-Sharp-Algorithms.sln
65
install:
76
- dotnet restore
87
script:
9-
- dotnet build
10-
- dotnet test UnitTest/UnitTest.csproj
8+
- dotnet restore
9+
- dotnet test UnitTest/UnitTest.csproj

0 commit comments

Comments
 (0)