We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79a2703 commit a72b298Copy full SHA for a72b298
.travis.yml
@@ -1,29 +1,22 @@
1
language: csharp
2
sudo: required
3
-dist: trusty
+dist: xenial
4
5
dotnet: 2.2.203
6
mono:
7
- - 5.14.0
8
- latest # => "stable release"
9
- alpha
10
- beta
11
- weekly # => "latest commits"
12
os:
13
- linux
14
15
-addons:
16
- apt:
17
- packages:
18
- - dotnet-sharedframework-microsoft.netcore.app-1.1.2
19
-
20
script:
21
- ./build.sh
22
23
matrix:
24
fast_finish: true
25
allow_failures:
26
- - mono: latest
27
- mono: alpha
28
- mono: beta
29
- mono: weekly
0 commit comments