We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f646ffd commit 3a18599Copy full SHA for 3a18599
1 file changed
.travis.yml
@@ -1,10 +1,9 @@
1
language: csharp
2
-solution: C-Sharp-Algorithms.sln
3
-dotnet: 2.0.3
4
mono: none
5
-dist: trusty
+dotnet: 2.1.502
+solution: C-Sharp-Algorithms.sln
6
install:
7
- dotnet restore
8
script:
9
- - dotnet build
10
- - dotnet test UnitTest/UnitTest.csproj
+ - dotnet restore
+ - dotnet test UnitTest/UnitTest.csproj
0 commit comments