travis: Test newer macOS versions.
parent
de1988265d
commit
497b973eb5
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue