From 497b973eb5291a9b1661380e31c7549a339a16eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Mon, 6 Jul 2020 10:17:30 +0200 Subject: [PATCH] travis: Test newer macOS versions. --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 48a1db0b..e7e161b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,8 @@ addons: jobs: allow_failures: - os: windows + - os: osx + name: macOS 10.15 include: - stage: Lint @@ -31,6 +33,10 @@ jobs: - cd matrix_sdk - cargo build --no-default-features + - os: osx + name: macOS 10.15 + osx_image: xcode12 + - os: linux name: Coverage before_script: