From 6a37d268bcce86eef0c24c77b98c77b77f840911 Mon Sep 17 00:00:00 2001 From: galenmarchetti Date: Sun, 21 Jun 2020 16:12:53 -0300 Subject: [PATCH 1/2] replacing whitespace --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aac0189d310c..559bed8db525 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ before_install: - if [ "$TRAVIS_OS_NAME" = "linux" ]; then .ci/before_install_linux.sh; fi install: - - if [ "$TRAVIS_OS_NAME" = "linux" ]; then DOCKER_BUILDKIT=1 docker build --progress plain -t $DOCKERHUB_REPO:$COMMIT .; fi + - if [ "$TRAVIS_OS_NAME" = "linux" ]; then DOCKER_BUILDKIT=1 docker build --progress plain -t $DOCKERHUB_REPO:$COMMIT . ; fi script: - if [ "$TRAVIS_OS_NAME" = "osx" ]; then .ci/runscript_osx.sh; fi From e2aea232147da693608bf67844eb8a9fe332a87f Mon Sep 17 00:00:00 2001 From: galenmarchetti Date: Sun, 21 Jun 2020 16:13:59 -0300 Subject: [PATCH 2/2] re-enabling osx --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 559bed8db525..b06f3c2ebff4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,8 @@ jobs: include: - os: linux dist: bionic - #- os: osx - # osx_image: xcode11.4 + - os: osx + osx_image: xcode11.4 services: - docker env: