summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-10-30 13:59:36 -0400
committerDane Springmeyer <dane@mapbox.com>2014-10-30 13:59:36 -0400
commit05d708c1a347ee6edaebb2535025b3eccad57e60 (patch)
treef4c27cfb9604b13e31d394a5b94cd43867dae82f /.travis.yml
parentc40a85587bd5611073999239dcfcbb1d2b94e2e0 (diff)
downloadqtlocation-mapboxgl-05d708c1a347ee6edaebb2535025b3eccad57e60.tar.gz
double JOBS
Diffstat (limited to '.travis.yml')
-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: