travis: Test newer macOS versions.
parent
de1988265d
commit
497b973eb5
|
@ -8,6 +8,8 @@ addons:
|
||||||
jobs:
|
jobs:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- os: windows
|
- os: windows
|
||||||
|
- os: osx
|
||||||
|
name: macOS 10.15
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- stage: Lint
|
- stage: Lint
|
||||||
|
@ -31,6 +33,10 @@ jobs:
|
||||||
- cd matrix_sdk
|
- cd matrix_sdk
|
||||||
- cargo build --no-default-features
|
- cargo build --no-default-features
|
||||||
|
|
||||||
|
- os: osx
|
||||||
|
name: macOS 10.15
|
||||||
|
osx_image: xcode12
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
name: Coverage
|
name: Coverage
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Reference in New Issue