ci(travis): Allow osx jobs to fail
currently they timeout...
This commit is contained in:
12
.travis.yml
12
.travis.yml
@@ -116,6 +116,18 @@ matrix:
|
||||
# Jobs too long, or can fail as not yet supported
|
||||
allow_failures:
|
||||
|
||||
- os: osx
|
||||
osx_image: xcode11.4
|
||||
compiler: clang
|
||||
env: BUILDER=make LANGUAGE=cc ARCH=amd64
|
||||
- os: osx
|
||||
osx_image: xcode11.4
|
||||
compiler: clang
|
||||
env: BUILDER=make LANGUAGE=python3 ARCH=amd64
|
||||
- os: osx
|
||||
osx_image: xcode9.3
|
||||
compiler: clang
|
||||
env: BUILDER=make LANGUAGE=java ARCH=amd64
|
||||
- os: osx
|
||||
osx_image: xcode11.4
|
||||
compiler: clang
|
||||
|
||||
Reference in New Issue
Block a user