Skip to content

Commit

Permalink
Use specific mono version on travis due to an issue with the latest v…
Browse files Browse the repository at this point in the history
…ersion of mono (cake-build/cake#2695).
  • Loading branch information
laura-rodriguez committed Jan 17, 2020
1 parent 26ef099 commit b38c771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,5 +1,5 @@
language: csharp
mono: latest
mono: 6.6.0 # Use specific mono version due to a cake failure: https://github.com/cake-build/cake/issues/2695
sudo: required
dist: xenial
dotnet: 2.2
Expand Down

0 comments on commit b38c771

Please sign in to comment.