[mlpack] 25/207: Decrease the number of parallel builds.

Barak A. Pearlmutter barak+git at pearlmutter.net
Thu Mar 23 17:53:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch master
in repository mlpack.

commit bf340bc1f32859c5d0c9b9974babc559a651bfe8
Author: Marcus Edel <marcus.edel at fu-berlin.de>
Date:   Thu Dec 15 21:50:09 2016 +0100

    Decrease the number of parallel builds.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 838397c..b2cd2e9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ before_install:
   - printenv
   - sudo cp .travis/config.hpp /usr/include/armadillo_bits/config.hpp
 install:
-  - mkdir build && cd build && cmake -DDEBUG=OFF -DPROFILE=OFF .. && make -j4
+  - mkdir build && cd build && cmake -DDEBUG=OFF -DPROFILE=OFF .. && make -j2
 script:
   - travis_wait 30 ./bin/mlpack_test -p
 notifications:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git



More information about the debian-science-commits mailing list