From 4ccdabd0046c7c107d07fe66f691a7b05c68d4a6 Mon Sep 17 00:00:00 2001 From: cclauss Date: Fri, 4 Jan 2019 09:46:08 +0100 Subject: [PATCH] macOS: drop the old osx_image: xcode7.3 xcode9.4 is the Travis default and 10.1 is the latest available. * https://docs.travis-ci.com/user/reference/osx/#os-x-version --- .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2892f73771..c422cb4cd7 100755 --- a/.travis.yml +++ b/.travis.yml @@ -64,15 +64,14 @@ matrix: - language: python python: 3.7 - dist: xenial + dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069) before_install: true install: python3 -m pip install flake8 - # fail the build if there are Python syntax errors - script: flake8 . --count --select=E901,E999,F822,F823 --show-source --statistics + # fail the build if there are Python syntax errors or undefined names + script: flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics - # osx build is failing. See: https://forum.freecadweb.org/viewtopic.php?f=10&t=32272 + # macOS build is failing. See: https://forum.freecadweb.org/viewtopic.php?f=10&t=32272 - os: osx - osx_image: xcode7.3 compiler: clang env: - CMAKE_OPTS="-DBUILD_FEM_NETGEN=ON" QT=Qt5