From: Vincent Fu Date: Wed, 8 Apr 2020 11:22:18 +0000 (-0400) Subject: Revert ".travis.yml: remove pip line from xcode11.2 config" X-Git-Tag: fio-3.20~36^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=6b8cc5341ce737028ebc7afc5b4a149a86a50f47;p=fio.git Revert ".travis.yml: remove pip line from xcode11.2 config" This reverts commit 839e0223363e323a4acbdfaf785b03d5aa9f53ba. Two weeks ago an update to the xcode11.2 image required the above patch to get macOS testing working. Recently the xcode11.2 image was changed back to its earlier state. So we now need to revert the above patch for testing to work. Signed-off-by: Vincent Fu --- diff --git a/.travis.yml b/.travis.yml index 6b710cc3..77c31b77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,9 +48,8 @@ before_install: brew install cunit; if [[ "$TRAVIS_OSX_IMAGE" == "xcode11.2" ]]; then pip3 install scipy; - else - pip install scipy; fi; + pip install scipy; fi; script: - ./configure --extra-cflags="${EXTRA_CFLAGS}" && make