summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-01-07 01:39:40 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-01-07 01:39:40 +0100
commit28b39c65bbc412acbd0b2f98618017e7fc184648 (patch)
tree2d3a5a8232d311521d36cb232e21d079eb9263e7 /.travis.yml
parent62f2aef3621ceb152a6f0281ca9d15d9079514de (diff)
.travis.yml: Only use single thread for tests on OSX
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 080732ae3c..82fd8cac7a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -124,7 +124,7 @@ jobs:
CMAKEFLAGS_EXTRA="-DLOCALECOMPARE=OFF -DCMAKE_PREFIX_PATH=/usr/local/opt/qt5/"
DISPLAY=:99.0
CMAKE_BUILD_PARALLEL_LEVEL=4
- CTEST_PARALLEL_LEVEL=2
+ CTEST_PARALLEL_LEVEL=1
before_install:
- brew install ccache
- export PATH="/usr/local/opt/ccache/bin:$PATH"