From a31df2474b8a15cd27a057d4b52f07971a5ffc0a Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sat, 10 Nov 2018 00:33:28 +0000 Subject: [PATCH] Travis: Stop testing on OS X 10.11. It continuously fails now: /Users/travis/.travis/job_stages: line 104: pip3: command not found While it's possible to fix this error, we still have newer macs in Travis. --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 64cd187c..a26a0811 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,10 +33,6 @@ matrix: - os: linux compiler: clang env: BUILD_TYPE=tsan BUILD_WITH=cmake COVERAGE=no - - os: osx - osx_image: xcode7.3 # OS X 10.11 - compiler: clang - env: BUILD_TYPE=normal BUILD_WITH=cmake COVERAGE=llvm - os: osx osx_image: xcode8.3 # macOS 10.12 compiler: clang