From 0ec4d3101cda3f13ec4b28e4420d105267196197 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Tue, 27 Jan 2015 15:21:40 -0800 Subject: [PATCH] travis: try doubling jobs --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a4da980c7..f65e7234e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,13 +9,13 @@ matrix: include: - os: osx compiler: clang - env: JOBS=6 + env: JOBS=12 - os: linux compiler: clang - env: JOBS=6 + env: JOBS=12 - os: linux compiler: gcc - env: JOBS=2 + env: JOBS=6 install: - if [[ $(uname -s) == 'Linux' ]]; then psql -U postgres -c 'create database template_postgis;' -U postgres; psql -U postgres -c 'create extension postgis;' -d template_postgis -U postgres; fi;