summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaniel Black <daniel.black@au.ibm.com>2016-12-15 11:03:34 +1100
committerSergey Vojtovich <svoj@mariadb.org>2016-12-17 09:56:21 +0400
commitc35b8c46b404d035e54a23d667da5dff6502fc2e (patch)
tree80ae0b000aa83e3647dd920ed339002f4eb7fc06 /.travis.yml
parentce55094f4fee3c0ff2c58ac4dd3ef2c16c5e20c3 (diff)
downloadmariadb-git-c35b8c46b404d035e54a23d667da5dff6502fc2e.tar.gz
Travis: parallel_jobs=3
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 0671841f622..66bc3c51f8f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -67,7 +67,7 @@ script:
- export MYSQL_BUILD_CC=/usr/bin/gcc-${GCC_VERSION} MYSQL_BUILD_CXX=/usr/bin/g++-${GCC_VERSION}
- ${MYSQL_BUILD_CC} --version ; ${MYSQL_BUILD_CXX} --version
- cd "${TRAVIS_BUILD_DIR}"
- - env DEB_BUILD_OPTIONS="parallel=4" debian/autobake-deb.sh;
+ - env DEB_BUILD_OPTIONS="parallel=3" debian/autobake-deb.sh;
notifications:
irc: