Browse Source

Prevent Travis from failing due to #1086

This is not a very satisfactory fix, but it should allow other PRs to stop failing due to this (rare) data race.
Jérémie Dumas 6 years ago
parent
commit
cde3014e2c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -39,7 +39,7 @@ matrix:
   - os: osx
     compiler: clang
     env:
-    - MATRIX_EVAL="export CONFIG=Debug && PYTHON=python3"
+    - MATRIX_EVAL="export CONFIG=Debug && PYTHON=python3 && LIBIGL_NUM_THREADS=1"
 
 install:
 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PATH="/usr/local/opt/ccache/libexec:$PATH"; fi