diff --git a/.travis.yml b/.travis.yml index 72a823c..1fc4f63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: csharp mono: - 4.2.3 - 4.4.1 + - 4.6.0 - latest # => "stable release" - weekly # => "latest commits" @@ -20,3 +21,4 @@ matrix: allow_failures: - mono: latest - mono: weekly + - mono: 4.4.1