We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39ab2be commit 7ea75a0Copy full SHA for 7ea75a0
1 file changed
.travis.yml
@@ -2,10 +2,10 @@ os:
2
- linux
3
matrix:
4
include:
5
- - mono: none
+ -
6
dotnet: 3.0
7
install: ['dotnet restore']
8
language: csharp
9
- mono: none
+ mono: none
10
script: ['dotnet build', 'dotnet test GeUtilities.Tests/GeUtilities.Tests.csproj']
11
solution: GeUtilities.sln
0 commit comments