diff options
author | Daniel Black <daniel.black@au.ibm.com> | 2016-12-15 11:03:34 +1100 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2016-12-17 09:56:21 +0400 |
commit | c35b8c46b404d035e54a23d667da5dff6502fc2e (patch) | |
tree | 80ae0b000aa83e3647dd920ed339002f4eb7fc06 /.travis.yml | |
parent | ce55094f4fee3c0ff2c58ac4dd3ef2c16c5e20c3 (diff) | |
download | mariadb-git-c35b8c46b404d035e54a23d667da5dff6502fc2e.tar.gz |
Travis: parallel_jobs=3
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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: |