mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Add test environment for macOS 10.14
- Small tweaks in test script Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
a2a53365ad
commit
05a418592b
2 changed files with 8 additions and 3 deletions
|
@ -38,8 +38,13 @@ matrix:
|
|||
os: linux
|
||||
env: CONTAINER=archlinux
|
||||
services: docker
|
||||
- name: "Mac OS X 10.13"
|
||||
- name: "macOS 10.13"
|
||||
os: osx
|
||||
osx_image: xcode9.4
|
||||
env: CONTAINER=osx
|
||||
- name: "macOS 10.14"
|
||||
os: osx
|
||||
osx_image: xcode10.3
|
||||
env: CONTAINER=osx
|
||||
install:
|
||||
# Build the docker container
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue