summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorKarl Wette <karl.wette@gmail.com>2014-10-05 14:34:46 +0200
committerKarl Wette <karl.wette@ligo.org>2014-10-22 12:03:49 +0200
commite8762313cd84a93fe42974b7f4c86dabd9ff0fdf (patch)
treea14b5d0cd3d6a1694a440d876f58d08c554cba56 /.travis.yml
parent18a9c095f82a6046ab2b4a4e1ce4af13150ca1d6 (diff)
downloadswig-e8762313cd84a93fe42974b7f4c86dabd9ff0fdf.tar.gz
.travis.yml: reduce Octave make jobs to 3
- Allow for more memory per job to prevent gcc failures - Disabling optimization should give enough speedup to compensate
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 ce15e294b..0ab710248 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,7 @@ matrix:
- compiler: gcc
env: SWIGLANG=lua
- compiler: gcc
- env: SWIGLANG=octave SWIGJOBS=-j4
+ env: SWIGLANG=octave SWIGJOBS=-j3
- compiler: gcc
env: SWIGLANG=perl5
- compiler: gcc