summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2019-06-27 21:48:10 +0200
committerGitHub <noreply@github.com>2019-06-27 21:48:10 +0200
commit323ff3c2ac18e48e930361351d581927d30043af (patch)
tree62af5361ad69f82c5a313f4aff72122542467111
parent7ba3590fe76357367ee0ea1eaaef95e6343dc222 (diff)
Roll back modification.
This shall be done in master.
-rw-r--r--.travis.yml14
1 files changed, 5 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index aa0068f4..b8a080ea 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,32 +9,32 @@ matrix:
include:
# A. Mac OSX
- os: osx
- osx_image: xcode10.2
+ osx_image: xcode9.4
compiler: clang
env:
# 1. Only examples and associated tests
- CMAKE_EXAMPLE='ON' CMAKE_TEST='OFF' CMAKE_UTILITIES='OFF' CMAKE_PYTHON='OFF' MAKE_TARGET='test'
- os: osx
- osx_image: xcode10.2
+ osx_image: xcode9.4
compiler: clang
env:
# 2. Only unitary tests
- CMAKE_EXAMPLE='OFF' CMAKE_TEST='ON' CMAKE_UTILITIES='OFF' CMAKE_PYTHON='OFF' MAKE_TARGET='test'
- os: osx
- osx_image: xcode10.2
+ osx_image: xcode9.4
compiler: clang
env:
# 3. Only utilities and associated tests
- CMAKE_EXAMPLE='OFF' CMAKE_TEST='OFF' CMAKE_UTILITIES='ON' CMAKE_PYTHON='OFF' MAKE_TARGET='test'
- os: osx
- osx_image: xcode10.2
+ osx_image: xcode9.4
compiler: clang
env:
# 4. Only doxygen documentation
- CMAKE_EXAMPLE='OFF' CMAKE_TEST='OFF' CMAKE_UTILITIES='OFF' CMAKE_PYTHON='OFF' MAKE_TARGET='doxygen'
# Issue with sphinx-build with sphinx 2.0.1
# - os: osx
- # osx_image: xcode10.2
+ # osx_image: xcode9.4
# compiler: clang
# env:
# # 5. Only Python, associated tests and sphinx documentation
@@ -43,7 +43,6 @@ matrix:
cache:
directories:
- $HOME/.cache/pip
- - $HOME/Library/Caches/Homebrew
addons:
homebrew:
@@ -59,9 +58,6 @@ addons:
- cgal
- python3
-before_cache:
- - brew cleanup
-
# When installing through libcgal-dev apt, CMake Error at CGAL Exports.cmake The imported target "CGAL::CGAL Qt5" references the file
install:
- python3 -m pip install --upgrade pip setuptools wheel