summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 4c88e402ef..065856d605 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,13 +8,13 @@ matrix:
env: BUILDTYPE=Release JOBS=16
compiler: clang
- os: linux
- env: BUILDTYPE=Debug JOBS=8
+ env: BUILDTYPE=Debug JOBS=16
compiler: clang
- os: linux
- env: BUILDTYPE=Release JOBS=4
+ env: BUILDTYPE=Release JOBS=8
compiler: gcc
- os: osx
- env: BUILDTYPE=Debug JOBS=4
+ env: BUILDTYPE=Debug JOBS=8
compiler: clang
env: