Skip to content

Commit e72c63e

Browse files
authored
ci: remove macOS builds from Travis CI
The Travis CI configuration was running macOS jobs, but macOS builds are no longer supported in Travis CI, hence removing the macOS job. Signed-off-by: Yasir Ashfaq <Yasir.Ashfaq1@ibm.com>
1 parent a55878f commit e72c63e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,11 @@ import: mariadb-corporation/connector-test-machine:common-build.yml@master
1616
jobs:
1717
fast_finish: true
1818
allow_failures:
19-
- os: osx
2019
- os: windows
2120
- os: linux
2221
arch: s390x
2322
dist: focal
2423
include:
25-
- stage: Language
26-
os: osx
27-
compiler: clang
28-
before_script:
29-
- brew install openssl
30-
- brew install libiodbc
31-
name: "OSX"
3224
- stage: Language
3325
os: linux
3426
arch: s390x

0 commit comments

Comments
 (0)