]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: travis-ci: remove amd64, osx builds
authorIlya Shipitsin <chipitsine@gmail.com>
Wed, 11 Nov 2020 18:15:20 +0000 (23:15 +0500)
committerWilly Tarreau <w@1wt.eu>
Tue, 17 Nov 2020 11:17:22 +0000 (12:17 +0100)
they are migrated to Github Actions

.travis.yml

index b32de97a17975096d1d43fcddb45c1282c4cbbac..e7ae0bbb831088c43b7b681414af1e57c11fe5f7 100644 (file)
@@ -34,12 +34,6 @@ matrix:
     compiler: gcc
     env: TARGET=linux-glibc OPENSSL_VERSION=1.0.2u
     name: openssl-1.0.2
-  - os: linux
-    arch: amd64
-    if: type == push
-    compiler: clang
-    env: TARGET=linux-glibc CC=clang-9
-    name: openssl-1.1.1
   - os: linux
     arch: arm64
     if: type == push
@@ -94,15 +88,6 @@ matrix:
     compiler: clang
     env: TARGET=linux-glibc FLAGS= CC=clang-9
     name: FLAGS=
-  - os: osx
-    osx_image: xcode12
-    if: type == push
-    compiler: clang
-    before_script:
-      - echo 'brew "socat"' > brew.bundle
-      - brew bundle --file=brew.bundle
-    env: TARGET=osx FLAGS="USE_OPENSSL=1" OPENSSL_VERSION=1.1.1f
-    name: openssl-1.1.1
   - os: linux
     if: type == cron
     compiler: clang